Protos: Remove unused method and thus cut dependency on gwtorm

We got rid of all usages of this method and can now safely remove it.

Change-Id: Ia6a886084e2f57bc9c240a9ce317733408606566
This commit is contained in:
Alice Kober-Sotzek
2018-12-14 16:02:16 +01:00
committed by Dave Borowitz
parent ab80c219a4
commit 9a2b06ed90
2 changed files with 0 additions and 25 deletions

View File

@@ -3,7 +3,6 @@ java_library(
srcs = ["Protos.java"],
visibility = ["//visibility:public"],
deps = [
"//lib:gwtorm",
"//lib:protobuf",
],
)