Skip to content

Commit

Permalink
Remove other redundant 'throw e'
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondav committed May 12, 2014
1 parent e937a0a commit f9b9bfe
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ private[spark] class PythonWorkerFactory(pythonExec: String, envVars: Map[String
stopDaemon()
startDaemon()
new Socket(daemonHost, daemonPort)
case e: Exception => throw e
}
}
}
Expand Down

0 comments on commit f9b9bfe

Please sign in to comment.