diff options
author | Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com> | 2023-07-26 18:05:42 +0200 |
---|---|---|
committer | Arthur Cohen <arthur.cohen@embecosm.com> | 2024-01-16 18:56:01 +0100 |
commit | ea0bd46eb863542f965b93a8bb02289ae9dd5ac8 (patch) | |
tree | 9950e3ed668ac00ef8aa983080e02daff0509a5d /libgrust | |
parent | 8db58652d87e3b3bd208aea8f3aad14427780f0a (diff) | |
download | gcc-ea0bd46eb863542f965b93a8bb02289ae9dd5ac8.zip gcc-ea0bd46eb863542f965b93a8bb02289ae9dd5ac8.tar.gz gcc-ea0bd46eb863542f965b93a8bb02289ae9dd5ac8.tar.bz2 |
gccrs: proc_macro: Delete unused prototype
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>
Diffstat (limited to 'libgrust')
-rw-r--r-- | libgrust/libproc_macro/proc_macro.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libgrust/libproc_macro/proc_macro.h b/libgrust/libproc_macro/proc_macro.h index 60d9fcb..457ec46 100644 --- a/libgrust/libproc_macro/proc_macro.h +++ b/libgrust/libproc_macro/proc_macro.h @@ -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 |