Use static local variable for consistency with compressor, dispatch table

This commit is contained in:
Keith Winstein
2012-05-16 00:17:37 -04:00
parent dd941df19d
commit a4dd2fed89
2 changed files with 3 additions and 9 deletions
-2
View File
@@ -18,8 +18,6 @@
#include "select.h"
Select *Select::instance = NULL;
fd_set Select::dummy_fd_set;
sigset_t Select::dummy_sigset;