diff options
Diffstat (limited to 'gcc/plugin.def')
-rw-r--r-- | gcc/plugin.def | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/plugin.def b/gcc/plugin.def index df5d383..cbda3ad 100644 --- a/gcc/plugin.def +++ b/gcc/plugin.def @@ -51,9 +51,6 @@ DEFEVENT (PLUGIN_GGC_END) /* Register an extra GGC root table. */ DEFEVENT (PLUGIN_REGISTER_GGC_ROOTS) -/* Register an extra GGC cache table. */ -DEFEVENT (PLUGIN_REGISTER_GGC_CACHES) - /* Called during attribute registration. */ DEFEVENT (PLUGIN_ATTRIBUTES) |