aboutsummaryrefslogtreecommitdiff
path: root/fuzzers/file_pair.proto
diff options
context:
space:
mode:
Diffstat (limited to 'fuzzers/file_pair.proto')
-rw-r--r--fuzzers/file_pair.proto15
1 files changed, 0 insertions, 15 deletions
diff --git a/fuzzers/file_pair.proto b/fuzzers/file_pair.proto
deleted file mode 100644
index 2216381..0000000
--- a/fuzzers/file_pair.proto
+++ /dev/null
@@ -1,15 +0,0 @@
-// Copyright 2018 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-syntax = "proto2";
-
-package zucchini.fuzzers;
-
-// NEXT_TAG = 3
-message FilePair {
- // File to generate patch from or apply patch to.
- required bytes old_file = 1;
- // New file to generate patch or the patch to apply.
- required bytes new_or_patch_file = 2;
-}