kill-rxglock-20050413
[openafs.git] / src / afs / SOLARIS / osi_machdep.h
index 304d400..e596578 100644 (file)
@@ -74,10 +74,6 @@ extern kmutex_t afs_rxglobal_lock;
 #define AFS_GLOCK()    mutex_enter(&afs_global_lock);
 #define AFS_GUNLOCK()  mutex_exit(&afs_global_lock);
 #define ISAFS_GLOCK()  mutex_owned(&afs_global_lock)
-
-#define AFS_RXGLOCK()
-#define AFS_RXGUNLOCK()
-#define ISAFS_RXGLOCK() 1
 #endif