commit | a086b9135f3a492100ab349a5dccad8a1599f4bd | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Tue Jan 20 14:53:57 2015 -0800 |
committer | Jim Stichnoth <stichnot@chromium.org> | Tue Jan 20 14:53:57 2015 -0800 |
tree | 1c337e665c7d2d76f80c68fff3d2e1383fe3dc04 | |
parent | e4a8f400267b3c3b9f0cb7c4b00f8512f9fbe0a1 [diff] |
Subzero: Remove the GlobalContext::GlobalDeclarations vector. Elements were added to this vector, but never inspected, so it is essentially a useless field. Plus, the removal allows us to remove a couple of friend declarations. BUG=none R=kschimpf@google.com Review URL: https://codereview.chromium.org/814163004