Move net_service_lookup() to macnet.c, since that's where it belongs.
[u/mdw/putty] / mac / mtcpnet.c
index 8f62f09..754ce18 100644 (file)
@@ -831,13 +831,6 @@ OSErr CloseResolver(void)
     return noErr;
 }
 
-/* MacTCP doesn't have a services database. */
-int net_service_lookup(char *service)
-{
-
-    return 0;
-}
-
 #endif
 
 /*