removed superfluous comments

This commit is contained in:
G.E. 2024-07-10 14:19:54 +03:00
parent acc121976d
commit 616864334b

View File

@ -205,8 +205,8 @@ hs_compile_multi_int(const char *const *expressions, const unsigned *flags,
*comp_error = generateCompileError("Unsupported architecture", -1); *comp_error = generateCompileError("Unsupported architecture", -1);
return HS_ARCH_ERROR; return HS_ARCH_ERROR;
} }
#endif // arch #endif
#endif // FAT_RUNTIME #endif
if (!checkMode(mode, comp_error)) { if (!checkMode(mode, comp_error)) {
*db = nullptr; *db = nullptr;