aboutsummaryrefslogtreecommitdiff
path: root/gdb/opencl-lang.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/opencl-lang.c')
-rw-r--r--gdb/opencl-lang.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/opencl-lang.c b/gdb/opencl-lang.c
index 9b0f015..a9c9a34 100644
--- a/gdb/opencl-lang.c
+++ b/gdb/opencl-lang.c
@@ -27,8 +27,6 @@
#include "varobj.h"
#include "c-lang.h"
-extern void _initialize_opencl_language (void);
-
/* This macro generates enum values from a given type. */
#define OCL_P_TYPE(TYPE)\
@@ -1178,9 +1176,6 @@ build_opencl_types (struct gdbarch *gdbarch)
return types;
}
-/* Provide a prototype to silence -Wmissing-prototypes. */
-extern initialize_file_ftype _initialize_opencl_language;
-
void
_initialize_opencl_language (void)
{