i386: Remove the unused bfd pointer argument
[deliverable/binutils-gdb.git] / gdb / probe.c
index e20bf31630a3d6d9c061c7de763e8ce400b9bd58..5702afe0d2f4fb84f194f57d319ae602a31d8cfe 100644 (file)
@@ -1,6 +1,6 @@
 /* Generic static probe support for GDB.
 
-   Copyright (C) 2012-2017 Free Software Foundation, Inc.
+   Copyright (C) 2012-2018 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -60,7 +60,7 @@ public:
 
 /* Static operations associated with a generic probe.  */
 
-const any_static_probe_ops any_static_probe_ops;
+const any_static_probe_ops any_static_probe_ops {};
 
 /* A helper for parse_probes that decodes a probe specification in
    SEARCH_PSPACE.  It appends matching SALs to RESULT.  */
This page took 0.029145 seconds and 4 git commands to generate.