am 9d73b092: Remove extraneous clearing of inet condition

* commit '9d73b0926fd787f466a13140c0e34a5587c9d6fc':
  Remove extraneous clearing of inet condition
This commit is contained in:
Robert Greenwalt
2014-08-12 22:03:52 +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();
}