lint: remove /* Continued */ markers from codebase

This commit is contained in:
fanquake 2023-07-27 14:14:18 +01:00
parent 910007995d
commit 0a1029aa29
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1
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;
}