mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 20:02:55 +00:00
[CDFS] Fix a macro-copy-paste and shrink the binary size CORE-17405
This commit is contained in:
parent
b0d136ffcf
commit
889eab78ca
|
@ -173,7 +173,7 @@ extern CDFS_TELEMETRY_DATA_CONTEXT CdTelemetryData;
|
||||||
|
|
||||||
#if DBG
|
#if DBG
|
||||||
#undef CD_SANITY
|
#undef CD_SANITY
|
||||||
#define CD_SANITY
|
//#define CD_SANITY
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CD_SANITY
|
#ifdef CD_SANITY
|
||||||
|
@ -241,7 +241,6 @@ extern CDFS_TELEMETRY_DATA_CONTEXT CdTelemetryData;
|
||||||
#define ASSERT_VCB(V) { NOTHING; }
|
#define ASSERT_VCB(V) { NOTHING; }
|
||||||
#define ASSERT_OPTIONAL_VCB(V) { NOTHING; }
|
#define ASSERT_OPTIONAL_VCB(V) { NOTHING; }
|
||||||
#define ASSERT_FCB(F) { NOTHING; }
|
#define ASSERT_FCB(F) { NOTHING; }
|
||||||
#define ASSERT_OPTIONAL_FCB(F) { NOTHING; }
|
|
||||||
#define ASSERT_FCB_NONPAGED(FN) { NOTHING; }
|
#define ASSERT_FCB_NONPAGED(FN) { NOTHING; }
|
||||||
#define ASSERT_OPTIONAL_FCB(FN) { NOTHING; }
|
#define ASSERT_OPTIONAL_FCB(FN) { NOTHING; }
|
||||||
#define ASSERT_CCB(C) { NOTHING; }
|
#define ASSERT_CCB(C) { NOTHING; }
|
||||||
|
|
Loading…
Reference in a new issue