From 164c5a5b34a15120f7d1ac0e2168cc7f292e8733 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;