Update comments for Server.Latches (#427)

Project4A does not need `Server.Latches`.
This commit is contained in:
niebayes
2022-10-09 15:35:17 +08:00
committed by GitHub
parent 9366a1dbe9
commit 70a9cc68a9

View File

@@ -19,7 +19,7 @@ var _ tinykvpb.TinyKvServer = new(Server)
type Server struct {
storage storage.Storage
// (Used in 4A/4B)
// (Used in 4B)
Latches *latches.Latches
// coprocessor API handler, out of course scope