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 | 68b73d03e52a0e0e92e3cfd2412e5a280e9316a0 (patch) | |
tree | 12a07931a122ad569b4d3ac819a1badbb07782c7 /utils/tdict.cc | |
parent | 6353b6e86b90d42513de2aad97c419031d01dca3 (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; |