Chromium Code Reviews| Index: remoting/client/plugin/client.cc |
| =================================================================== |
| --- remoting/client/plugin/client.cc (revision 49812) |
| +++ remoting/client/plugin/client.cc (working copy) |
| @@ -28,7 +28,6 @@ |
| void ChromotingClient::hexdump(void* ptr, int buflen) { |
| unsigned char* buf = static_cast<unsigned char*>(ptr); |
| - int i, j; |
| for (int i = 0; i < buflen; i += 16) { |
| printf("%06x: ", i); |
| for (int j = 0; j < 16; j ++) |