Skip to content

Commit 56e449e

Browse files
author
Stephane Landelle
committed
dead code
1 parent f6a2a01 commit 56e449e

File tree

1 file changed

+0
-10
lines changed
  • src/main/java/com/ning/http/multipart

1 file changed

+0
-10
lines changed

src/main/java/com/ning/http/multipart/Part.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -495,16 +495,6 @@ public static void sendPart(OutputStream out, Part part, byte[] partBoundary) th
495495
part.send(out);
496496
}
497497

498-
/**
499-
* Return the total sum of all parts and that of the last boundary
500-
*
501-
* @param parts The parts.
502-
* @return The total length
503-
*/
504-
public static long getLengthOfParts(Part[] parts) {
505-
return getLengthOfParts(parts, DEFAULT_BOUNDARY_BYTES);
506-
}
507-
508498
/**
509499
* Gets the length of the multipart message including the given parts.
510500
*

0 commit comments

Comments
 (0)