projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
439a227
)
proto/collectd.proto: Remove unused import "google/protobuf/timestamp".
author
Florian Forster
<octo@collectd.org>
Thu, 28 Jul 2016 14:10:29 +0000
(16:10 +0200)
committer
Florian Forster
<octo@collectd.org>
Thu, 28 Jul 2016 14:10:29 +0000
(16:10 +0200)
This causes problems when generating Go code from the .proto.
proto/collectd.proto
patch
|
blob
|
history
diff --git
a/proto/collectd.proto
b/proto/collectd.proto
index
608fcbb
..
5134dbf
100644
(file)
--- a/
proto/collectd.proto
+++ b/
proto/collectd.proto
@@
-27,7
+27,6
@@
syntax = "proto3";
package collectd;
import "types.proto";
-import "google/protobuf/timestamp.proto";
service Collectd {
// Dispatch collected values to collectd.