From: Florian Forster Date: Thu, 28 Jul 2016 14:10:29 +0000 (+0200) Subject: proto/collectd.proto: Remove unused import "google/protobuf/timestamp". X-Git-Tag: collectd-5.6.0~139 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=8ea52acd8b66648475a886bc40546e36fe3518c6 proto/collectd.proto: Remove unused import "google/protobuf/timestamp". This causes problems when generating Go code from the .proto. --- diff --git a/proto/collectd.proto b/proto/collectd.proto index 608fcbb1..5134dbfd 100644 --- 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.