diff options
author | Andras Timar <atimar@suse.com> | 2012-02-20 18:13:33 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-02-20 18:13:33 +0100 |
commit | 8a74106d1ecc3d146f514a2414a4785bc8dd0f01 (patch) | |
tree | f553e1409e40ef33a9c0680b59ae4b5eebb7ec45 | |
parent | 3079747297b9295de2b1c4a4629c392120d2334d (diff) |
silence idxdict tool
-rw-r--r-- | dictionaries/source/idxdict.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dictionaries/source/idxdict.cpp b/dictionaries/source/idxdict.cpp index 6844afd..9b0cbc2 100644 --- a/dictionaries/source/idxdict.cpp +++ b/dictionaries/source/idxdict.cpp @@ -90,8 +90,6 @@ int main(int argc, char *argv[]) ::exit(99); } - cout << outputFile << endl; - outputStream << encoding << '\n' << entries.size() << '\n'; for (multimap<string, size_t>::const_iterator ii(entries.begin()); |