Reactos

[CDFS] Fix a macro-copy-paste and shrink the binary size CORE-17405

+1 -2
+1 -2
drivers/filesystems/cdfs/cddata.h
··· 173 173 174 174 #if DBG 175 175 #undef CD_SANITY 176 - #define CD_SANITY 176 + //#define CD_SANITY 177 177 #endif 178 178 179 179 #ifdef CD_SANITY ··· 241 241 #define ASSERT_VCB(V) { NOTHING; } 242 242 #define ASSERT_OPTIONAL_VCB(V) { NOTHING; } 243 243 #define ASSERT_FCB(F) { NOTHING; } 244 - #define ASSERT_OPTIONAL_FCB(F) { NOTHING; } 245 244 #define ASSERT_FCB_NONPAGED(FN) { NOTHING; } 246 245 #define ASSERT_OPTIONAL_FCB(FN) { NOTHING; } 247 246 #define ASSERT_CCB(C) { NOTHING; }