MINOR: Removing dead code.

Meant to do this when patching up the last merge.
This commit is contained in:
Patrick Wendell 2014-05-08 22:33:06 -07:00
parent 7db47c463f
commit 4c60fd1e8c

View file

@ -57,7 +57,6 @@ private[spark] object ShuffleMapTask {
}
def deserializeInfo(stageId: Int, bytes: Array[Byte]): (RDD[_], ShuffleDependency[_,_]) = {
val loader = Thread.currentThread.getContextClassLoader
val in = new GZIPInputStream(new ByteArrayInputStream(bytes))
val ser = SparkEnv.get.closureSerializer.newInstance()
val objIn = ser.deserializeStream(in)