summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@gmail.com>2009-02-23 12:26:02 +0000
committerDamien Lespiau <damien.lespiau@gmail.com>2009-02-23 12:26:27 +0000
commit93b133abe8df0a83857c8602948c70d1a1f25953 (patch)
tree45f377455b83af980f34417eb33d53afd9bae06c
parent8f68da694723bfa6c997de6241c967746b044883 (diff)
Cleanup unneeded code
Signed-off-by: Damien Lespiau <damien.lespiau@gmail.com>
-rw-r--r--shave/shave.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/shave/shave.in b/shave/shave.in
index 0c349d7..7efb577 100644
--- a/shave/shave.in
+++ b/shave/shave.in
@@ -20,7 +20,6 @@ shift
REEL_TOOL="$1"
shift
-hint_cxx=0
pass_through=0
preserved_args=
while test "$#" -gt 0; do
@@ -35,10 +34,6 @@ while test "$#" -gt 0; do
lt_output="$1"
preserved_args="$preserved_args $opt"
;;
- g++)
- hint_cxx=1
- preserved_args="$preserved_args $opt"
- ;;
*)
preserved_args="$preserved_args $opt"
;;