userlibandfileserver/fileserver/sfat32/sl_scan32.cpp
changeset 33 0173bcd7697c
parent 0 a41df078684a
child 36 538db54a451d
--- a/userlibandfileserver/fileserver/sfat32/sl_scan32.cpp	Wed Dec 23 11:43:31 2009 +0000
+++ b/userlibandfileserver/fileserver/sfat32/sl_scan32.cpp	Thu Jan 07 13:38:45 2010 +0200
@@ -702,17 +702,6 @@
 	}
 
 
-static inline TBool BoolXOR(TBool a1, TBool a2)
-    {
-    if(!a1 && !a2)        
-        return EFalse;
-    else if(a1 && a2)
-        return EFalse;
-    else
-        return ETrue;
-    }
-
-
 /**
 Scan for differnces in the new and old FAT table writing them to media if discovered