summaryrefslogtreecommitdiff
path: root/lib/replace/system/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/replace/system/network.h')
-rw-r--r--lib/replace/system/network.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/replace/system/network.h b/lib/replace/system/network.h
index 7cb8d7becf4..5159fc8c38e 100644
--- a/lib/replace/system/network.h
+++ b/lib/replace/system/network.h
@@ -376,15 +376,4 @@ struct addrinfo {
#endif /* SOCKET_WRAPPER_DISABLE */
#endif /* SOCKET_WRAPPER */
-#ifdef UID_WRAPPER
-# ifndef UID_WRAPPER_DISABLE
-# ifndef UID_WRAPPER_NOT_REPLACE
-# define UID_WRAPPER_REPLACE
-# endif /* UID_WRAPPER_NOT_REPLACE */
-# include "../uid_wrapper/uid_wrapper.h"
-# endif /* UID_WRAPPER_DISABLE */
-#else /* UID_WRAPPER */
-# define uwrap_enabled() 0
-#endif /* UID_WRAPPER */
-
#endif