Remove useless code.

This commit is contained in:
Mr_Goldberg 2019-12-06 14:42:29 -05:00
parent 949a327b8a
commit afa12b5846
No known key found for this signature in database
GPG Key ID: 8597D87419DEF278
1 changed files with 0 additions and 7 deletions

View File

@ -423,14 +423,7 @@ public:
void runCallBacks() {
for (auto & c : callbacks) {
std::vector<std::vector<char>> res_back = c.second.results;
c.second.results.clear();
for (auto r : res_back) {
for (auto cb: c.second.callbacks) {
//PRINT_DEBUG("Calling callback %i\n", cb->GetICallback());
//cb->Run(&(r[0]));
}
}
}
}
};