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);
return HS_ARCH_ERROR;
}
#endif // arch
#endif // FAT_RUNTIME
#endif
#endif
if (!checkMode(mode, comp_error)) {
*db = nullptr;