summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2011-02-23 17:38:09 +0100
committerhjk <qtc-committer@nokia.com>2011-02-23 17:56:21 +0100
commit3331aea7da255b774909d6b27c9f0ef4a7228742 (patch)
tree97001e70f00142057671139ce70f08753a5f5402 /tests
parent7a35865c500df696e3e461182c95b900ab9466be (diff)
downloadqt-creator-3331aea7da255b774909d6b27c9f0ef4a7228742.tar.gz
debugger: make qt source path configurable
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;