Skip to content

Commit eb40036

Browse files
committed
Remove unused comment lines
1 parent 4d7ef2e commit eb40036

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

core/src/main/scala/org/apache/spark/api/python/PythonRDD.scala

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -349,9 +349,7 @@ private[spark] object PythonRDD extends Logging {
349349
rdd
350350
}
351351

352-
// **** //
353-
354-
def writeToStream(elem: Any, dataOut: DataOutputStream)(implicit m: ClassManifest[Any]) {
352+
def writeToStream(elem: Any, dataOut: DataOutputStream) {
355353
elem match {
356354
case bytes: Array[Byte] =>
357355
dataOut.writeInt(bytes.length)

0 commit comments

Comments
 (0)