Skip to content

Commit

Permalink
Fix compile time warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Gottox committed Mar 18, 2012
1 parent 8b3a55a commit b904627
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/io/socket/IOConnection.java
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@ class IOConnection implements IOCallback {
/** Custom Request headers used while handshaking */
private Properties headers;

/** Input buffer used for framing */
private final StringBuilder inputBuffer = new StringBuilder();

/**
* The first socket to be connected. the socket.io server does not send a
* connected response to this one.
Expand Down
3 changes: 0 additions & 3 deletions src/io/socket/XhrTransport.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,10 @@
package io.socket;

import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.DataOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.io.OutputStreamWriter;
import java.net.HttpURLConnection;
import java.net.MalformedURLException;
import java.net.URL;
Expand Down

0 comments on commit b904627

Please sign in to comment.