Skip to content

Commit

Permalink
parser: remove useless struct
Browse files Browse the repository at this point in the history
Signed-off-by: xhe <xw897002528@gmail.com>
  • Loading branch information
xhebox committed Dec 31, 2021
1 parent 0a039ef commit 319fbda
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions parser/model/ddl.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,6 @@ func (action ActionType) String() string {
return "none"
}

type HistoryInfoAffected struct {
DBInfo *DBInfo
TableInfo *TableInfo
}

// HistoryInfo is used for binlog.
type HistoryInfo struct {
SchemaVersion int64
Expand Down

0 comments on commit 319fbda

Please sign in to comment.