Skip to content

Commit

Permalink
MINOR: Removing dead code.
Browse files Browse the repository at this point in the history
Meant to do this when patching up the last merge.
  • Loading branch information
pwendell committed May 9, 2014
1 parent 7db47c4 commit 4c60fd1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4c60fd1

Please sign in to comment.