From 83d2d9343ab965c22816ac231973205ee67035e1 Mon Sep 17 00:00:00 2001 From: Haru Date: Sat, 14 Sep 2013 08:11:53 +0200 Subject: Removed meaningless '~=' operator. - [ This commit is part of a larger script engine related update ] - Since: c18f438 Signed-off-by: Haru --- src/map/script.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/map/script.c b/src/map/script.c index 777179507..fd16bdbad 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -857,7 +857,6 @@ const char* parse_variable(const char* p) { || ( p[0] == '*' && p[1] == '=' && (type = C_MUL) ) // *= || ( p[0] == '/' && p[1] == '=' && (type = C_DIV) ) // /= || ( p[0] == '%' && p[1] == '=' && (type = C_MOD) ) // %= - || ( p[0] == '~' && p[1] == '=' && (type = C_NOT) ) // ~= || ( p[0] == '+' && p[1] == '+' && (type = C_ADD_PP) ) // ++ || ( p[0] == '-' && p[1] == '-' && (type = C_SUB_PP) ) // -- || ( p[0] == '<' && p[1] == '<' && p[2] == '=' && (type = C_L_SHIFT) ) // <<= -- cgit v1.2.3-70-g09d2