Drops 512 support.

This commit is contained in:
AnturK
2020-02-17 15:01:14 +01:00
parent 3a8c1fd8bf
commit 52120c7728
9 changed files with 7 additions and 50 deletions
@@ -482,14 +482,6 @@
temp_expression_list = list()
i = expression(i, temp_expression_list)
#if MIN_COMPILER_VERSION > 512
#warn Remove this outdated workaround
#elif DM_BUILD < 1467
// http://www.byond.com/forum/post/2445083
var/dummy = src.type
dummy = dummy
#endif
while(token(i) && token(i) != "]")
if (temp_expression_list)