Skip to content

Commit 9b06f0a

Browse files
remove the unreachable code
1 parent bf518cd commit 9b06f0a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/main/scala/org/apache/spark/storage/BlockManagerMasterActor.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,6 @@ class BlockManagerMasterActor(val isLocal: Boolean, conf: SparkConf, listenerBus
360360
} else {
361361
return false
362362
}
363-
return true
364363
}
365364

366365
if (blockId == null) {

0 commit comments

Comments
 (0)