summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2010-07-29 00:02:49 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2010-07-29 00:02:49 (GMT)
commit73af1bd66e5d1a2e30d56151532710f2b28d12df (patch)
tree88f98194359accd8349193f4cbe3c4cabee24d23 /src/main.c
parentf150f36ee0297b4499a41bbbfc06699cd2f72db5 (diff)
Improved the GDB client.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@175 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/main.c b/src/main.c
index 544ce57..02ea961 100644
--- a/src/main.c
+++ b/src/main.c
@@ -38,7 +38,6 @@
#include "plugins/pglist.h"
-/////void test_gdb(void);
//extern test_itanium_demangling(name_demangler *);
@@ -80,16 +79,6 @@ int main(int argc, char **argv)
gtk_set_locale();
gtk_init(&argc, &argv);
-
- /*
- test_gdb();
- gdk_threads_enter();
- gtk_main();
- gdk_threads_leave();
- */
-
-
-
/*
* this initialize the library and check potential ABI mismatches
* between the version it was compiled for and the actual shared