Skip to content

Commit

Permalink
delete no use var
Browse files Browse the repository at this point in the history
Author: wangfei <[email protected]>

Closes mesos#613 from scwf/masterIndex and squashes the following commits:

1463056 [wangfei] delete no use var: masterIndex
  • Loading branch information
scwf authored and pwendell committed May 3, 2014
1 parent f25ebed commit 4bf24f7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ private[spark] class Worker(
// TTL for app folders/data; after TTL expires it will be cleaned up
val APP_DATA_RETENTION_SECS = conf.getLong("spark.worker.cleanup.appDataTtl", 7 * 24 * 3600)

// Index into masterUrls that we're currently trying to register with.
var masterIndex = 0

val masterLock: Object = new Object()
var master: ActorSelection = null
Expand Down

0 comments on commit 4bf24f7

Please sign in to comment.