diff options
Diffstat (limited to 'gcc/opts.h')
-rw-r--r-- | gcc/opts.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/opts.h b/gcc/opts.h index a9336af74bc..b6a43612935 100644 --- a/gcc/opts.h +++ b/gcc/opts.h @@ -257,8 +257,6 @@ typedef struct const char *arg; int value; } cl_deferred_option; -DEF_VEC_O(cl_deferred_option); -DEF_VEC_ALLOC_O(cl_deferred_option,heap); /* Structure describing a single option-handling callback. */ |