Skip to content

Commit

Permalink
remove useless code
Browse files Browse the repository at this point in the history
Signed-off-by: Veeupup <code@tanweime.com>
  • Loading branch information
Veeupup committed Mar 31, 2022
1 parent 49fdec2 commit 9125751
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion common/meta/types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ pub use table::TableIdent;
pub use table::TableInfo;
pub use table::TableMeta;
pub use table::TableNameIndent;
pub use table::TableView;
pub use table::UpsertTableOptionReply;
pub use table::UpsertTableOptionReq;
pub use user_auth::AuthInfo;
Expand Down
8 changes: 0 additions & 8 deletions common/meta/types/src/table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,6 @@ pub struct TableInfo {
pub meta: TableMeta,
}

/// TableView info
///
/// it only store the subquery string to make future reading
#[derive(serde::Serialize, serde::Deserialize, Clone, Debug, Eq, PartialEq)]
pub struct TableView {
pub subquery: String,
}

/// The essential state that defines what a table is.
///
/// It is what a meta store just needs to save.
Expand Down

0 comments on commit 9125751

Please sign in to comment.