lint: remove /* Continued */ markers from codebase

This commit is contained in:
fanquake
2023-07-27 14:14:18 +01:00
parent 910007995d
commit 0a1029aa29
7 changed files with 16 additions and 16 deletions

View File

@@ -76,7 +76,7 @@ public:
assert(p <= limit);
base[std::min(bufsize - 1, (int)(p - base))] = '\0';
LogPrintLevel(BCLog::LEVELDB, BCLog::Level::Debug, "%s", base); /* Continued */
LogPrintLevel(BCLog::LEVELDB, BCLog::Level::Debug, "%s", base);
if (base != buffer) {
delete[] base;
}