am edf8c3e6: am 9d73b092: Remove extraneous clearing of inet condition

* commit 'edf8c3e68bc42ff976a7a1dbe5ed291fadba692c':
  Remove extraneous clearing of inet condition
This commit is contained in:
Robert Greenwalt
2014-08-12 22:08:13 +00:00
committed by Android Git Automerger

View File

@@ -4470,11 +4470,6 @@ public class ConnectivityService extends IConnectivityManager.Stub {
1000);
}
}
// this will cause us to come up initially as unconnected and switching
// to connected after our normal pause unless somebody reports us as
// really disconnected
mDefaultInetConditionPublished = 0;
// TODO - read the tcp buffer size config string from somewhere
// updateNetworkSettings();
}