diff --git a/bin/ldmd b/bin/ldmd index c9276d39..7cb84901 100755 --- a/bin/ldmd +++ b/bin/ldmd @@ -14,7 +14,6 @@ if [ ! -x "$LDC" ]; then fi declare -a ARGS -SeenFile=0 IDX=0 for arg; do case "$arg" in @@ -29,11 +28,6 @@ for arg; do # Are these ever used? arg="-hidden-debug${arg:1}" ;; - -*) - ;; - *) - SeenFile=1 - ;; esac ARGS[IDX++]="$arg" done