Remove tautological assert
This commit is contained in:
parent
faf7691358
commit
5c12f27791
@ -88,7 +88,6 @@ std::string LockFileName(const std::string& dbname) {
|
||||
}
|
||||
|
||||
std::string TempFileName(const std::string& dbname, uint64_t number) {
|
||||
assert(number >= 0);
|
||||
return MakeFileName(dbname, number, "dbtmp");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user