Remove stale comment.

This commit is contained in:
João Valverde 2021-11-24 10:12:21 +00:00 committed by Wireshark GitLab Utility
parent 5bb7e1606b
commit 702c7f0cc8
1 changed files with 0 additions and 5 deletions

View File

@ -31,11 +31,6 @@ pcre_free(gpointer value)
/* If the data was not claimed with stnode_steal_data(), free it. */
if (pcre) {
/*
* They're reference-counted, so just drop the reference
* count; it'll get freed when the reference count drops
* to 0.
*/
ws_regex_free(pcre);
}
}