Fix make dist.
[mono.git] / mono / io-layer / collection.h
index 60013ebf3ff35b594b2e5b86fc9731c7999444f2..95831d3f60ce4849965fff3009575263d48172a0 100644 (file)
@@ -19,18 +19,6 @@ G_BEGIN_DECLS
 
 #include <mono/io-layer/shared.h>
 
-#define _WAPI_HANDLE_COLLECTION_UNSAFE         \
-       {                                       \
-               int _wapi_thr_ret;              \
-                                               \
-               _wapi_thr_ret = _wapi_shm_sem_lock (_WAPI_SHARED_SEM_COLLECTION);       \
-               g_assert(_wapi_thr_ret == 0);
-
-#define _WAPI_HANDLE_COLLECTION_SAFE           \
-               _wapi_thr_ret = _wapi_shm_sem_unlock (_WAPI_SHARED_SEM_COLLECTION); \
-               g_assert (_wapi_thr_ret == 0);  \
-       }
-
 extern void _wapi_collection_init (void);
 extern void _wapi_handle_collect (void);