| Index: src/native_client/tests/srpc/srpc_basic.html | 
| diff --git a/src/native_client/tests/srpc/srpc_basic.html b/src/native_client/tests/srpc/srpc_basic.html | 
| index f061b8341eefdb742422fbc32d1eb164f9be77b8..806d811595ddf7f35ce54281a4c6f9647b43ef91 100644 | 
| --- a/src/native_client/tests/srpc/srpc_basic.html | 
| +++ b/src/native_client/tests/srpc/srpc_basic.html | 
| @@ -22,8 +22,6 @@ var SetTestResult = function(element_id, result) { | 
| var server; | 
| // The default socket address for the plugin. | 
| var default_addr; | 
| -// The address string of the default socket address for the plugin. | 
| -var addr_str; | 
| // The count of failing tests.  Set from the queue length, and decremented | 
| // whenever a test passes. | 
| var failing_count; | 
| @@ -338,7 +336,6 @@ var EnqueueAndRunTests = function() { | 
| // If these fail at the beginning, all the tests will abort. | 
| // Otherwise more specific tests are done on them. | 
| default_addr = server.__defaultSocketAddress(); | 
| -    addr_str = default_addr.toString(); | 
| } catch (string) { | 
| window.alert('Socket address test setup failed.'); | 
| return; | 
|  |