Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit 2d3ff6e

Browse files
dasdipanjan04apavlo
authored andcommitted
Remove Wronly Added Method in Catalog.h
Remove Wronly Added Method std::shared_ptr<IndexCatalogObject> GetIndexObject( const std::string &database_name, const std::string &index_name, const std::string &table_name, concurrency::TransactionContext *txn) from catalog.h
1 parent 93e4527 commit 2d3ff6e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/include/catalog/catalog.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,6 @@ class Catalog {
179179

180180

181181

182-
std::shared_ptr<IndexCatalogObject> GetIndexObject(
183-
const std::string &database_name, const std::string &index_name, const std::string &table_name,
184-
concurrency::TransactionContext *txn);
185182
//===--------------------------------------------------------------------===//
186183
// DEPRECATED FUNCTIONS
187184
//===--------------------------------------------------------------------===//

0 commit comments

Comments
 (0)