From 297102d5ac6974b7fb0ef1d5d3eaf3b984e101fc Mon Sep 17 00:00:00 2001 From: teastep Date: Mon, 18 Jun 2007 17:12:40 +0000 Subject: [PATCH] Remove some cruft from the Shorewall-shell compiler git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6585 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-shell/compiler | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Shorewall-shell/compiler b/Shorewall-shell/compiler index 49ad022d6..76dd6f5b7 100755 --- a/Shorewall-shell/compiler +++ b/Shorewall-shell/compiler @@ -5696,16 +5696,8 @@ usage() { # # Start trace if first arg is "debug" # -debug='-w' - [ $# -gt 1 ] && [ "$1" = "debug" ] && { set -x ; shift ; } -if [ "$PROFILE" ]; then - debug='-wd:DProf' -elif [ "$DEBUG" ]; then - debug='-wd' -fi - NOLOCK= [ $# -gt 1 ] && [ "$1" = "nolock" ] && { NOLOCK=Yes; shift ; }