diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2011-03-23 22:53:44 -0400 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2011-03-23 22:53:44 -0400 |
commit | 918ed4bf919a55e3eb5d99d98c9b915921dc11ab (patch) | |
tree | a5739e7aa6444762a21f2b15ab9d633ec5059b49 /utils/tdict.cc | |
parent | 57a218e86e30d57d9795bccd280737c431f6b4e4 (diff) |
remove thread-local stuff which was fragile on some build systems
Diffstat (limited to 'utils/tdict.cc')
-rw-r--r-- | utils/tdict.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/tdict.cc b/utils/tdict.cc index 23a298f8..c21b2b48 100644 --- a/utils/tdict.cc +++ b/utils/tdict.cc @@ -8,7 +8,6 @@ #include "dict.h" #include "tdict.h" #include "stringlib.h" -#include "threadlocal.h" using namespace std; |