From 69ca7c275d77de630a8c5c5d35e0f803b28f6445 Mon Sep 17 00:00:00 2001 From: "chenghan.ying" Date: Tue, 30 Jun 2026 01:30:19 +0000 Subject: [PATCH] Remove duplicated messagequeue protopb import path --- api/base/messagequeue/proto/BUILD.bazel | 6 ------ 1 file changed, 6 deletions(-) diff --git a/api/base/messagequeue/proto/BUILD.bazel b/api/base/messagequeue/proto/BUILD.bazel index 09d957d3..3360a5a2 100644 --- a/api/base/messagequeue/proto/BUILD.bazel +++ b/api/base/messagequeue/proto/BUILD.bazel @@ -33,9 +33,3 @@ go_library( visibility = ["//visibility:public"], ) -go_library( - name = "protopb", - embed = [":messagequeuepb_go_proto"], - importpath = "github.com/uber/submitqueue/api/base/messagequeue/protopb", - visibility = ["//visibility:public"], -)