*: Remove useless asserts

This commit is contained in:
ZyX
2017-04-08 20:22:46 +03:00
parent 467a02f88d
commit 7701014b65
3 changed files with 0 additions and 4 deletions

View File

@@ -2920,8 +2920,6 @@ shada_write_file_nomerge: {}
verbose_leave();
}
assert(STRCMP(p_enc, "utf-8") == 0);
const ShaDaWriteResult sw_ret = shada_write(&sd_writer, (nomerge
? NULL
: &sd_reader));