Revert "follow-up 3"

This reverts commit cd57dfa5ff.
This commit is contained in:
nhmall
2022-06-30 22:36:45 -04:00
parent e2b77e51ad
commit 43941afe19
4 changed files with 0 additions and 23 deletions

View File

@@ -63,13 +63,3 @@ extern "C" {
delete re;
}
}
void
regex_at_exit(void)
{
if (cppregex_static_buffer != 0) {
free((genericptr_t) cppregex_static_buffer);
cppregex_static_buffer = (char *) 0;
}
}