no need to invalidate the FD now that we're only modifying it once, in one place

This commit is contained in:
Brian Lopez 2010-10-17 18:13:04 -07:00
parent e823b9ec0d
commit a8041fed21
1 changed files with 0 additions and 1 deletions

View File

@ -128,7 +128,6 @@ static VALUE nogvl_close(void *ptr) {
#endif
mysql_close(wrapper->client);
wrapper->client->net.fd = -1;
free(wrapper->client);
}