Blame SOURCES/0011-output-Remove-unused-dummy.c.patch

c1a9fa
From 42da4736c2078801c0a5ebbe3825086f9b8d25ea Mon Sep 17 00:00:00 2001
c1a9fa
From: "Richard W.M. Jones" <rjones@redhat.com>
c1a9fa
Date: Tue, 12 Apr 2022 11:53:45 +0100
c1a9fa
Subject: [PATCH] output: Remove unused dummy.c
c1a9fa
MIME-Version: 1.0
c1a9fa
Content-Type: text/plain; charset=UTF-8
c1a9fa
Content-Transfer-Encoding: 8bit
c1a9fa
c1a9fa
This was removed when I removed -o json support, but I did not delete
c1a9fa
the file from git.  “make maintainer-check-extra-dist” complained
c1a9fa
about this.
c1a9fa
c1a9fa
Fixes: commit 4e6b389b4e27c8d13e57fcaf777d96ad7e08650b
c1a9fa
(cherry picked from commit 0a1286df1725560e2789134d12022fc52572f9b0)
c1a9fa
---
c1a9fa
 output/dummy.c | 2 --
c1a9fa
 1 file changed, 2 deletions(-)
c1a9fa
 delete mode 100644 output/dummy.c
c1a9fa
c1a9fa
diff --git a/output/dummy.c b/output/dummy.c
c1a9fa
deleted file mode 100644
c1a9fa
index ebab6198..00000000
c1a9fa
--- a/output/dummy.c
c1a9fa
+++ /dev/null
c1a9fa
@@ -1,2 +0,0 @@
c1a9fa
-/* Dummy source, to be used for OCaml-based tools with no C sources. */
c1a9fa
-enum { foo = 1 };