| Index: recipe_engine/result.proto
|
| diff --git a/recipe_engine/result.proto b/recipe_engine/result.proto
|
| index 86daa3fba7aef63336bcc2ae9b2945a42dfc6078..050e36e2b947d6531fb3f9172f1b076c52d10294 100644
|
| --- a/recipe_engine/result.proto
|
| +++ b/recipe_engine/result.proto
|
| @@ -1,8 +1,6 @@
|
| syntax = "proto3";
|
|
|
| package recipe_engine;
|
| -
|
| -import "package.proto";
|
|
|
| // The result of a recipe execution.
|
| message Result {
|
| @@ -14,9 +12,6 @@
|
| // The cause of the failure of a recipe.
|
| Failure failure = 2;
|
| }
|
| -
|
| - // Initial recipe repo's package spec (recipes.cfg).
|
| - Package recipe_package = 3;
|
| }
|
|
|
| message Failure {
|
|
|