jit: remove some unused fields from recording::union_ (PR jit/81672)
commit15c7b27af70cd57c55c68274f3be79b332b26325
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Jan 2018 19:19:29 +0000 (25 19:19 +0000)
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Jan 2018 19:19:29 +0000 (25 19:19 +0000)
tree4f399fbbdabbf0782887a8fa8636dac4d0bef58d
parentd9c7c3e3f6eb4621f929474e0ba44e7d61584431
jit: remove some unused fields from recording::union_ (PR jit/81672)

gcc::jit::recording::union_ has some stray fields, which
are duplicates of those in the compound_type base class.

It looks like these have been present since the initial merger of the jit
branch to trunk (r217374), where it had three duplicate fields:

 location *m_loc;
 string *m_name;
 fields *m_fields;

I removed the duplicate field "m_fields" in r219564 but missed the other
two.

This patch removes them.

gcc/jit/ChangeLog:
PR jit/81672
* jit-recording.h (gcc::jit::recording::union_): Remove fields
"m_loc" and "m_name".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@257066 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/jit/ChangeLog
gcc/jit/jit-recording.h