diff options
author | Paul Baltescu <pauldb89@gmail.com> | 2013-03-06 15:42:29 +0000 |
---|---|---|
committer | Paul Baltescu <pauldb89@gmail.com> | 2013-03-06 15:42:50 +0000 |
commit | 5116d987802eac66ef2d5dbbc9a3546665c9e8e3 (patch) | |
tree | 6f45fbdd80611512f0acb5e9cbc7d8da9c317cdb /extractor/run_extractor.cc | |
parent | ab5367aa2c42126a04034cd7d3cec125bca399ca (diff) |
Fixed 3 TODOs.
Diffstat (limited to 'extractor/run_extractor.cc')
-rw-r--r-- | extractor/run_extractor.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extractor/run_extractor.cc b/extractor/run_extractor.cc index c701c8d0..0f91236d 100644 --- a/extractor/run_extractor.cc +++ b/extractor/run_extractor.cc @@ -35,7 +35,6 @@ using namespace extractor; using namespace features; int main(int argc, char** argv) { - // TODO(pauldb): Also take arguments from config file. po::options_description desc("Command line options"); desc.add_options() ("help,h", "Show available options") |