Browse Source

[2372] more conflict resolution

JINMEI Tatuya 12 years ago
parent
commit
65fffc8b28
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/lib/dns/master_lexer.cc

+ 0 - 1
src/lib/dns/master_lexer.cc

@@ -67,7 +67,6 @@ MasterLexer::pushSource(const char* filename, std::string* error) {
         return (false);
     }
 
-    impl_->sources_.push_back(InputSourcePtr(new InputSource(filename)));
     impl_->source_ = impl_->sources_.back().get();
     return (true);
 }