summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.c++/m-static.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.c++/m-static.h')
-rw-r--r--gdb/testsuite/gdb.c++/m-static.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/gdb/testsuite/gdb.c++/m-static.h b/gdb/testsuite/gdb.c++/m-static.h
deleted file mode 100644
index 137d3b75c50..00000000000
--- a/gdb/testsuite/gdb.c++/m-static.h
+++ /dev/null
@@ -1,11 +0,0 @@
-// 2002-08-16
-
-class gnu_obj_4
-{
- public:
- static const int elsewhere;
- static const int nowhere;
- // At some point, perhaps:
- // static const int everywhere = 317;
-};
-