Skip to content

Commit

Permalink
[to 48] Remove codes (#115)
Browse files Browse the repository at this point in the history
* remove mount metircs

Signed-off-by: zeminzhou <zeminzhou_@outlook.com>

* fix build failed

Signed-off-by: zeminzhou <zhouzemin@ping.com>

* remove unused codes

Signed-off-by: zeminzhou <zhouzemin@pingcap.com>

* fix ut

Signed-off-by: zeminzhou <zhouzemin@pingcap.com>

* fix static-check

Signed-off-by: zeminzhou <zhouzemin@pingcap.com>

Co-authored-by: zeminzhou <zhouzemin@ping.com>
Co-authored-by: Ping Yu <yuping@pingcap.com>
  • Loading branch information
3 people authored Jun 9, 2022
1 parent b8eef52 commit cb44b9c
Show file tree
Hide file tree
Showing 39 changed files with 62 additions and 15,024 deletions.
2 changes: 0 additions & 2 deletions cdc/cdc/model/mounter.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ type PolymorphicEvent struct {
CRTs uint64

RawKV *RawKVEntry
Row *RowChangedEvent
finished chan struct{}
}

Expand All @@ -46,7 +45,6 @@ func NewResolvedPolymorphicEvent(regionID uint64, resolvedTs uint64) *Polymorphi
return &PolymorphicEvent{
CRTs: resolvedTs,
RawKV: &RawKVEntry{CRTs: resolvedTs, OpType: OpTypeResolved, RegionID: regionID},
Row: nil,
finished: nil,
}
}
Expand Down
343 changes: 0 additions & 343 deletions cdc/cdc/model/schema_storage.go

This file was deleted.

Loading

0 comments on commit cb44b9c

Please sign in to comment.