aboutsummaryrefslogtreecommitdiff
path: root/libcpp/include/cpp-id-data.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcpp/include/cpp-id-data.h')
-rw-r--r--libcpp/include/cpp-id-data.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libcpp/include/cpp-id-data.h b/libcpp/include/cpp-id-data.h
index fb073fa..909f828 100644
--- a/libcpp/include/cpp-id-data.h
+++ b/libcpp/include/cpp-id-data.h
@@ -17,10 +17,3 @@ along with this program; see the file COPYING3. If not see
#include "cpplib.h"
-/* Chained list of answers to an assertion. */
-struct GTY(()) answer {
- struct answer *next;
- unsigned int count;
- cpp_token GTY ((length ("%h.count"))) first[1];
-};
-