Skip to content

Commit 38e7d45

Browse files
committed
Removed non-used variable in SparkSubmitArguments
1 parent 8d1dec4 commit 38e7d45

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)