Skip to content

Commit

Permalink
update bazel
Browse files Browse the repository at this point in the history
Signed-off-by: husharp <jinhao.hu@pingcap.com>
  • Loading branch information
HuSharp committed Jan 20, 2023
1 parent 35758bc commit 9430838
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion infoschema/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ go_library(
deps = [
"//config",
"//ddl/placement",
"//ddl/resourcegroup",
"//domain/infosync",
"//errno",
"//kv",
Expand Down
1 change: 0 additions & 1 deletion store/mockstore/unistore/pd.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,4 +241,3 @@ func (c *pdClient) SetExternalTimestamp(ctx context.Context, newTimestamp uint64
func (c *pdClient) GetExternalTimestamp(ctx context.Context) (uint64, error) {
return c.externalTimestamp.Load(), nil
}

0 comments on commit 9430838

Please sign in to comment.