Removed dead code

As reported in #3740 there was duplicated code.
Originated from this merge #739
pull/3759/head
André Cabaça 4 years ago committed by GitHub
parent d20683c589
commit 977bf0f1da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -198,9 +198,6 @@ class Query_Processor_Output {
if (comment) { // #643
free(comment);
}
if (comment) { // #643
free(comment);
}
}
};

Loading…
Cancel
Save