mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 13:41:31 +00:00
[Cleanup] Remove unused variable in Database::CopyCharacter() (#3197)
# Notes - This variable was created but never used. - https://pvs-studio.com/en/docs/warnings/v808/
This commit is contained in:
parent
968278d8f8
commit
ea9b09cf1f
@ -2289,7 +2289,6 @@ bool Database::CopyCharacter(
|
|||||||
new_rows.emplace_back(new_values);
|
new_rows.emplace_back(new_values);
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string insert_values;
|
|
||||||
std::vector<std::string> insert_rows;
|
std::vector<std::string> insert_rows;
|
||||||
|
|
||||||
for (auto &r: new_rows) {
|
for (auto &r: new_rows) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user