Skip to content

Commit

Permalink
proto/collectd.proto: Remove unused import "google/protobuf/timestamp".
Browse files Browse the repository at this point in the history
This causes problems when generating Go code from the .proto.
  • Loading branch information
octo committed Jul 28, 2016
1 parent 439a227 commit 8ea52ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion proto/collectd.proto
Expand Up @@ -27,7 +27,6 @@ syntax = "proto3";
package collectd;

import "types.proto";
import "google/protobuf/timestamp.proto";

service Collectd {
// Dispatch collected values to collectd.
Expand Down

0 comments on commit 8ea52ac

Please sign in to comment.