[orca] Remove more unused code from Orca's shell script



commit 7f1dd02da6fb3b20c8651d2baba5b778a2bfc10b
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Fri May 11 07:22:13 2012 -0400

    Remove more unused code from Orca's shell script

 src/orca/orca.in |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)
---
diff --git a/src/orca/orca.in b/src/orca/orca.in
index f3d41e1..49a1743 100644
--- a/src/orca/orca.in
+++ b/src/orca/orca.in
@@ -136,19 +136,5 @@ else
         waitForCleanup
     fi
 
-    # If the user passed in a flag that results in orca only
-    # outputting data to the console, don't kill any other orca
-    # process.  We do this by looking for flags that *should* result
-    # in a cleanup (i.e., every legal command except -?, --help, -v,
-    # --version, -l, and --list-apps).  This way, if the user
-    # erroneously types an illegal command line argument, the help
-    # text is emitted and the other orca is not killed.
-    #
-    if [ "x$ARGS" = "x" ] ; then
-        WONT_EXIT=1
-    else
-        WONT_EXIT=`echo $ARGS | egrep -c "\-s|\-t|\-n|\-u|\-e|\-d"`
-    fi
-
     runOrca
 fi



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]