aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@google.com>2023-09-19 20:13:51 -0500
committerBill Richardson <wfrichar@google.com>2023-10-18 12:30:28 -0500
commit51070d21fa12ac82b5d144254cce24402c4807fd (patch)
treedc094814b6afd64d75b752e0a67514ff6bb22053
parent4937c972624dc5d5e7401d73e08b4f5e15c27b12 (diff)
downloadgeneric-51070d21fa12ac82b5d144254cce24402c4807fd.tar.gz
Remove unused import from .proto file
The protobuf compiler warns about this unused import, and I'm tired of seeing it every time I build GSC firmware: nugget/app/identity/identity.proto:21:1: warning: Import nugget/app/identity/identity_defs.proto but not used. Bug: None Test: Manual Build acropora, confirm that the warning goes away. Build Android with this CL and the just-built firmware, run our pre-release tests, confirm that no new errors appear. Change-Id: I94c04b1c7e9ec57c3ef6100e8c23e6e3ce714300 Signed-off-by: Bill Richardson <wfrichar@google.com>
-rw-r--r--nugget/proto/nugget/app/identity/identity.proto1
1 files changed, 0 insertions, 1 deletions
diff --git a/nugget/proto/nugget/app/identity/identity.proto b/nugget/proto/nugget/app/identity/identity.proto
index 41af08e..58e656e 100644
--- a/nugget/proto/nugget/app/identity/identity.proto
+++ b/nugget/proto/nugget/app/identity/identity.proto
@@ -18,7 +18,6 @@ syntax = "proto3";
package nugget.app.identity;
-import "nugget/app/identity/identity_defs.proto";
import "nugget/app/identity/identity_types.proto";
import "nugget/protobuf/options.proto";