summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-01-12 19:01:33 +0100
committerDavid Seifert <soap@gentoo.org>2017-01-15 11:24:48 +0100
commita07b439b85bb9a04aff4aab70e43af4f904d2987 (patch)
treef1c3061740b46eb72e3e5aa2bf7156f8de74f46a /net-analyzer/ostinato
parentnet-analyzer/metasploit: remove unused files (diff)
downloadgentoo-a07b439b85bb9a04aff4aab70e43af4f904d2987.tar.gz
gentoo-a07b439b85bb9a04aff4aab70e43af4f904d2987.tar.bz2
gentoo-a07b439b85bb9a04aff4aab70e43af4f904d2987.zip
net-analyzer/ostinato: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3447
Diffstat (limited to 'net-analyzer/ostinato')
-rw-r--r--net-analyzer/ostinato/files/protobuf-2.4.0.diff11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-analyzer/ostinato/files/protobuf-2.4.0.diff b/net-analyzer/ostinato/files/protobuf-2.4.0.diff
deleted file mode 100644
index 4d42b253a844..000000000000
--- a/net-analyzer/ostinato/files/protobuf-2.4.0.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- common/protocol.proto 2010-11-08 11:47:19.000000000 -0500
-+++ common/protocol.proto.new 2011-04-18 13:54:03.725337006 -0400
-@@ -19,6 +19,8 @@
-
- package OstProto;
-
-+option cc_generic_services = true;
-+
- message StreamId {
- required uint32 id = 1;
- }