From f7ca15a4f84bd49306c40998f58e83ca89ce7a72 Mon Sep 17 00:00:00 2001 From: cspenceiv Date: Fri, 1 Apr 2016 14:06:38 -0700 Subject: [PATCH] Update protobuf for compatibility --- riemenc/proto/proto.pb.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/riemenc/proto/proto.pb.go b/riemenc/proto/proto.pb.go index 253830c..a40571a 100644 --- a/riemenc/proto/proto.pb.go +++ b/riemenc/proto/proto.pb.go @@ -18,12 +18,10 @@ It has these top-level messages: package proto import proto1 "github.com/gogo/protobuf/proto" -import fmt "fmt" import math "math" // Reference imports to suppress errors if they are not otherwise used. var _ = proto1.Marshal -var _ = fmt.Errorf var _ = math.Inf // Deprecated; state was used by early versions of the protocol, but not any @@ -285,9 +283,4 @@ func (m *Attribute) GetValue() string { } func init() { - proto1.RegisterType((*State)(nil), "State") - proto1.RegisterType((*Event)(nil), "Event") - proto1.RegisterType((*Query)(nil), "Query") - proto1.RegisterType((*Msg)(nil), "Msg") - proto1.RegisterType((*Attribute)(nil), "Attribute") }