summaryrefslogtreecommitdiff
path: root/scripts/build/debug/300-gdb.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/debug/300-gdb.sh')
-rw-r--r--scripts/build/debug/300-gdb.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/build/debug/300-gdb.sh b/scripts/build/debug/300-gdb.sh
index 321e13a..c2a964e 100644
--- a/scripts/build/debug/300-gdb.sh
+++ b/scripts/build/debug/300-gdb.sh
@@ -1,12 +1,5 @@
# Build script for the gdb debug facility
-do_print_filename() {
- echo "gdb$(do_debug_gdb_suffix)"
- if [ "${CT_GDB_NATIVE}" = "y" ]; then
- echo "ncurses-${CT_NCURSES_VERSION}"
- fi
-}
-
do_debug_gdb_suffix() {
case "${CT_GDB_VERSION}" in
snapshot) ;;