X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=code.c;h=9f999f558ed900052c40b1018fa46096a67f13c8;hb=25acfa1c7d871b66d542c20d802a8420c45f2ff1;hp=00cf70249384653ca2239cd486477c7e38ecd383;hpb=e4bc0a2d6a6c35c67f8920c555c3564e6002de84;p=xonotic%2Fgmqcc.git diff --git a/code.c b/code.c index 00cf702..9f999f5 100644 --- a/code.c +++ b/code.c @@ -146,7 +146,6 @@ VECTOR_MAKE(prog_section_field, code_fields ); VECTOR_MAKE(prog_section_function, code_functions ); VECTOR_MAKE(int, code_globals ); VECTOR_MAKE(char, code_strings ); -static uint16_t code_crc16 = 0; prog_header code_header ={0}; void code_init() {