holy crap there is some old cruft in here I have to rewrite!
[citadel.git] / citadel / threads.c
index ab7157bd83a5a3cc1738a4debab3c5c5951d68b5..18641b5456491ce4201069b5cd55a64e6403b19c 100644 (file)
@@ -53,7 +53,6 @@ int try_critical_section(int which_one)
         * transaction; this could lead to deadlock.
         */
        if (    (which_one != S_FLOORCACHE)
-               && (which_one != S_RPLIST)
        ) {
                cdb_check_handles();
        }
@@ -71,7 +70,6 @@ void begin_critical_section(int which_one)
         * transaction; this could lead to deadlock.
         */
        if (    (which_one != S_FLOORCACHE)
-               && (which_one != S_RPLIST)
        ) {
                cdb_check_handles();
        }