Repository: spark
Updated Branches:
  refs/heads/master 4c51098f3 -> 9de6a42bb


[SPARK-2904] Remove non-used local variable in SparkSubmitArguments

Author: Kousuke Saruta <[email protected]>

Closes #1834 from sarutak/SPARK-2904 and squashes the following commits:

38e7d45 [Kousuke Saruta] Removed non-used variable in SparkSubmitArguments


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/9de6a42b
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/9de6a42b
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/9de6a42b

Branch: refs/heads/master
Commit: 9de6a42bb34ea8963225ce90f1a45adcfee38b58
Parents: 4c51098
Author: Kousuke Saruta <[email protected]>
Authored: Thu Aug 7 18:53:15 2014 -0700
Committer: Patrick Wendell <[email protected]>
Committed: Thu Aug 7 18:53:15 2014 -0700

----------------------------------------------------------------------
 .../main/scala/org/apache/spark/deploy/SparkSubmitArguments.scala   | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/9de6a42b/core/src/main/scala/org/apache/spark/deploy/SparkSubmitArguments.scala
----------------------------------------------------------------------
diff --git 
a/core/src/main/scala/org/apache/spark/deploy/SparkSubmitArguments.scala 
b/core/src/main/scala/org/apache/spark/deploy/SparkSubmitArguments.scala
index 087dd4d..c21f152 100644
--- a/core/src/main/scala/org/apache/spark/deploy/SparkSubmitArguments.scala
+++ b/core/src/main/scala/org/apache/spark/deploy/SparkSubmitArguments.scala
@@ -219,7 +219,6 @@ private[spark] class SparkSubmitArguments(args: 
Seq[String]) {
 
   /** Fill in values by parsing user options. */
   private def parseOpts(opts: Seq[String]): Unit = {
-    var inSparkOpts = true
     val EQ_SEPARATED_OPT="""(--[^=]+)=(.+)""".r
 
     // Delineates parsing of Spark options from parsing of user options.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to