summaryrefslogtreecommitdiff
path: root/bin/gdb
diff options
context:
space:
mode:
Diffstat (limited to 'bin/gdb')
-rwxr-xr-xbin/gdb3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/gdb b/bin/gdb
deleted file mode 100755
index d560b97..0000000
--- a/bin/gdb
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-GDBDIR=$(cd $(dirname $0) && pwd)
-PYTHONHOME="$GDBDIR/.." "$GDBDIR/gdb-orig" "$@"