Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfengHKU committed Jan 1, 2024
1 parent 45d9fdd commit dd89f0d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/include/parser/ddl/create_table_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ struct CreateTableInfo {

CreateTableInfo(common::TableType tableType, std::string tableName)
: tableType{tableType}, tableName{std::move(tableName)}, extraInfo{nullptr} {}
// CreateTableInfo(common::TableType tableType, std::string tableName,
// std::vector<std::pair<std::string, std::string>> propertyNameDataTypes,
// std::unique_ptr<ExtraCreateTableInfo> extraInfo)
// : tableType{tableType}, tableName{std::move(tableName)},
// propertyNameDataTypes{std::move(propertyNameDataTypes)}, extraInfo{
// std::move(extraInfo)}
// {};
DELETE_COPY_DEFAULT_MOVE(CreateTableInfo);
};

Expand Down

0 comments on commit dd89f0d

Please sign in to comment.