Skip to content

Commit

Permalink
fix setting the tmp path for TPIE twice.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrik Muhs committed Aug 23, 2016
1 parent bb528fa commit 8d9fc19
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions keyvi/src/cpp/dictionary/dictionary_compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,6 @@ class DictionaryCompiler
if (params_.count(TEMPORARY_PATH_KEY) == 0) {
params_[TEMPORARY_PATH_KEY] =
boost::filesystem::temp_directory_path().string();
} else {
// set temp path for tpie
initializer_.SetTempDirectory(params_[TEMPORARY_PATH_KEY]);
}

TRACE("tmp path set to %s", params_[TEMPORARY_PATH_KEY].c_str());
Expand Down

0 comments on commit 8d9fc19

Please sign in to comment.