Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
nam20485 committed May 5, 2024
1 parent 08f31dd commit fdde728
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
5 changes: 0 additions & 5 deletions OdbDesignLib/App/DesignCache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -233,11 +233,6 @@ namespace Odb::Lib::App
return m_directory;
}

//bool DesignCache::isQueryValid(const std::string& query) const
//{
// return false;
//}

void DesignCache::Clear()
{
m_fileArchivesByName.clear();
Expand Down
4 changes: 1 addition & 3 deletions OdbDesignLib/App/DesignCache.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ namespace Odb::Lib::App
int loadDesigns(const Utils::StringVector& names);

void setDirectory(const std::string& directory);
const std::string& getDirectory() const;

//bool isQueryValid(const std::string& query) const;
const std::string& getDirectory() const;

void Clear();

Expand Down

0 comments on commit fdde728

Please sign in to comment.