]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gccrs: proc_macro: Delete unused prototype
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Wed, 26 Jul 2023 16:05:42 +0000 (18:05 +0200)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 16 Jan 2024 17:56:01 +0000 (18:56 +0100)
This function prototype was forgotten when the function was deleted.

libgrust/ChangeLog:

* libproc_macro/proc_macro.h (proc_macro_register_from_str):
Remove rogue function prototype.

Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
libgrust/libproc_macro/proc_macro.h

index 60d9fcb75b159800574c21e4f5a2e194572017ff..457ec4693f64ddb8b3251fbde5fe27d9592c8b79 100644 (file)
@@ -62,9 +62,6 @@ struct Bang
   const char *name;
   BangMacro macro;
 };
-
-void
-proc_macro_register_from_str (ProcMacro::from_str_function_t fn);
 }
 
 enum ProcmacroTag