From c3a67080b9ece1bb1272e3eb408ac3c91e693976 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Wed, 10 Apr 2019 18:27:40 -0400 Subject: [PATCH] removed parent --- v2/proto/claim.proto | 2 -- 1 file changed, 2 deletions(-) diff --git a/v2/proto/claim.proto b/v2/proto/claim.proto index 876e8eb..a43305e 100644 --- a/v2/proto/claim.proto +++ b/v2/proto/claim.proto @@ -10,8 +10,6 @@ message Claim { repeated Language languages = 5; repeated Location locations = 6; - bytes parent = 7; - oneof type { Stream stream = 10; Channel channel = 11;