summaryrefslogtreecommitdiff
path: root/extractor/suffix_array.cc
diff options
context:
space:
mode:
authorPaul Baltescu <pauldb89@gmail.com>2013-11-09 20:21:23 +0000
committerPaul Baltescu <pauldb89@gmail.com>2013-11-09 20:21:23 +0000
commit7e90b8ea10904f9b83f4e77e14c7396a3e6f7d5d (patch)
tree039311758de3a20e6f1a6659e937b1d2df0cc86a /extractor/suffix_array.cc
parentdb0dcd780abea416cfdb2b2382152dbe11c35170 (diff)
Remove unnecessary boost filesystem dependencies.
Diffstat (limited to 'extractor/suffix_array.cc')
-rw-r--r--extractor/suffix_array.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/extractor/suffix_array.cc b/extractor/suffix_array.cc
index 0cf4d1f6..ac230d13 100644
--- a/extractor/suffix_array.cc
+++ b/extractor/suffix_array.cc
@@ -10,7 +10,6 @@
#include "phrase_location.h"
#include "time_util.h"
-namespace fs = boost::filesystem;
using namespace std;
using namespace chrono;