Skip to content

Commit 9de6a42

Browse files
sarutakpwendell
authored andcommitted
[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
1 parent 4c51098 commit 9de6a42

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/main/scala/org/apache/spark/deploy/SparkSubmitArguments.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ private[spark] class SparkSubmitArguments(args: Seq[String]) {
219219

220220
/** Fill in values by parsing user options. */
221221
private def parseOpts(opts: Seq[String]): Unit = {
222-
var inSparkOpts = true
223222
val EQ_SEPARATED_OPT="""(--[^=]+)=(.+)""".r
224223

225224
// Delineates parsing of Spark options from parsing of user options.

0 commit comments

Comments
 (0)