Skip to content

Commit b583eb4

Browse files
author
Dale Wilson
committed
Remove commented-out code.
1 parent b59ff13 commit b583eb4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/fast_type_gen/fast_type_gen.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,10 @@
1212
#include "mfast/coder/common/dictionary_builder.h"
1313
#include "mfast/coder/common/template_repo.h"
1414

15-
// #include <boost/filesystem.hpp>
1615
#include <stdlib.h>
1716
#include <fstream>
1817
#include <iterator>
1918

20-
// using namespace boost::filesystem;
21-
2219
bool check_long_option(const std::string &command, int argc, const char **argv, int &i, const char *name, const char *&output, bool &bad) {
2320
const auto len = std::strlen(name);
2421
if (std::strncmp(argv[i], name, len) != 0) {

0 commit comments

Comments
 (0)