Removed some green code

This commit is contained in:
Atle Haugan
2014-01-08 11:12:52 +01:00
parent 64f7f31f46
commit e3f752f38b
3 changed files with 3 additions and 6 deletions

View File

@@ -156,8 +156,7 @@ namespace Opm {
}
}
//std::shared_ptr<std::vector<std::string> > Parser::getKeywords () const {
std::vector<std::string> Parser::getKeywords () const {
std::vector<std::string> Parser::getAllKeywords () const {
std::map<std::string, ParserKeywordConstPtr>::const_iterator iterator;
//std::shared_ptr<std::vector<std::string> > keywords(new std::vector<std::string>());
std::vector<std::string> keywords;