Skip to content

Commit 8ccf8e2

Browse files
committed
remove inline ifdef
1 parent 320dda7 commit 8ccf8e2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/game/shared/schemainitutils.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,12 @@
2525
} \
2626
else \
2727
{ \
28-
#ifndef VALVE_PURE \
2928
DevWarning( "%s\n", msg.String() ); \
3029
/*
3130
todo(maximsmol):
3231
we do not support upstream item schema
3332
*/ \
3433
return false; \
35-
#endif \
3634
pVecErrors->AddToTail( msg ); \
3735
} \
3836
return false; \

0 commit comments

Comments
 (0)