X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=code.cpp;fp=code.cpp;h=d0ab7e5ff05349f4fda831c6b093a7757d0aeef3;hp=861d5520bd4742881d93c77559dcd669706b697c;hb=317e0499f7393d79fe02b7c0526dfca4b53706a7;hpb=b5d8b445038f20c2cedc05ee8585a36692650abc diff --git a/code.cpp b/code.cpp index 861d552..d0ab7e5 100644 --- a/code.cpp +++ b/code.cpp @@ -167,7 +167,6 @@ uint32_t code_genstring(code_t *code, const char *str) { CODE_HASH_LEAVE(existing) = code->chars.size(); code->chars.insert(code->chars.end(), str, str + strlen(str) + 1); - //vec_append(code->chars, strlen(str)+1, str); util_htseth(code->string_cache, str, hash, CODE_HASH_ENTER(existing)); return CODE_HASH_LEAVE(existing);