Cleanup: Delete dead code.

Bug: 15413389
Change-Id: I315468832ef18ffc84174e54774ab63b86d284dc
This commit is contained in:
Sreeram Ramachandran
2014-07-19 23:21:46 -07:00
parent b0bdb33876
commit fba15596cb

View File

@@ -603,7 +603,7 @@ public class NsdService extends INsdManager.Stub {
return mUniqueId;
}
/* These should be in sync with system/netd/mDnsResponseCode.h */
/* These should be in sync with system/netd/server/ResponseCode.h */
class NativeResponseCode {
public static final int SERVICE_DISCOVERY_FAILED = 602;
public static final int SERVICE_FOUND = 603;