Skip to content

Commit

Permalink
Small cleanup of unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Guilfoyle committed Feb 10, 2015
1 parent e166788 commit 060355e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,6 @@ public static class HttpRequest {
public final String url;
public final byte[] body;

String uniqueId;

public static Builder newBuilder() {
return new Builder();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
package com.facebook.stetho.inspector.network;

import android.os.SystemClock;
import com.facebook.stetho.common.LogRedirector;
import com.facebook.stetho.common.Utf8Charset;
import com.facebook.stetho.inspector.console.CLog;
import com.facebook.stetho.inspector.protocol.module.Console;
Expand All @@ -27,8 +26,6 @@
* implementation will be automatically wired up to them.
*/
public class NetworkEventReporterImpl implements NetworkEventReporter {
private static final String TAG = "RealNetworkEventReporter";

@Nullable
private ResourceTypeHelper mResourceTypeHelper;

Expand Down

0 comments on commit 060355e

Please sign in to comment.