Browse Source

fix unreachable code warning

pull/1/head
Sami Vaarala 11 years ago
parent
commit
561f42093a
  1. 3
      src/duk_unicode_support.c

3
src/duk_unicode_support.c

@ -844,9 +844,8 @@ static duk_codepoint_t case_transform_helper(duk_hthread *thr,
/* unused now, not needed until Turkish/Azeri */ /* unused now, not needed until Turkish/Azeri */
#if 0 #if 0
nochar: nochar:
#endif
return -1; return -1;
#endif
} }
/* /*

Loading…
Cancel
Save