Skip to content

Commit d06d476

Browse files
committed
Remove unused line
1 parent 89e72fb commit d06d476

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/test/scala/org/apache/spark/deploy/StandaloneDynamicAllocationSuite.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,6 @@ class StandaloneDynamicAllocationSuite
428428
* don't wait for executors to register. Otherwise the tests will take much longer to run.
429429
*/
430430
private def getExecutorIds(sc: SparkContext): Seq[String] = {
431-
val apps = getApplications()
432431
val app = getApplications().find(_.id == sc.applicationId)
433432
assert(app.isDefined)
434433
// Although executors is transient, master is in the same process so the message won't be

0 commit comments

Comments
 (0)