The "value chain" code in struct symbol is no longer used and so it
can be removed.
Approved-By: Simon Marchi <simon.marchi@efficios.com>
/* A common block. Used with LOC_COMMON_BLOCK. */
const struct common_block *common_block;
-
- /* For opaque typedef struct chain. */
-
- struct symbol *chain;
}
m_value;
m_value.block = block;
}
- symbol *value_chain () const
- {
- return m_value.chain;
- }
-
- void set_value_chain (symbol *sym)
- {
- m_value.chain = sym;
- }
-
/* Return true if this symbol was marked as artificial. */
bool is_artificial () const
{