remove unused include in pb file (#4572)
shows as warning on compile: session_commands.proto:2:1: warning: Import serverinfo_user.proto is unused.
This commit is contained in:
parent
7d0a255a49
commit
408a13c937
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
||||||
syntax = "proto2";
|
syntax = "proto2";
|
||||||
import "serverinfo_user.proto";
|
|
||||||
|
|
||||||
message SessionCommand {
|
message SessionCommand {
|
||||||
enum SessionCommandType {
|
enum SessionCommandType {
|
||||||
|
|
Loading…
Reference in a new issue