summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/manual/gdbdebugger/simple/simple_gdbtest_app.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/manual/gdbdebugger/simple/simple_gdbtest_app.cpp b/tests/manual/gdbdebugger/simple/simple_gdbtest_app.cpp
index d2e970e5f4..a45ac4ef60 100644
--- a/tests/manual/gdbdebugger/simple/simple_gdbtest_app.cpp
+++ b/tests/manual/gdbdebugger/simple/simple_gdbtest_app.cpp
@@ -2061,14 +2061,6 @@ struct Ty
void testStuff()
{
- char *x = "0\032\0333";
- char *y = "0\032\0333";
- char *z = "0\032\0333";
- int i = 1;
-}
-
-void testStuff5()
-{
using namespace std;
typedef map<string, list<string> > map_t;
map_t m;