2c8a2391cb
resolves: rhbz#2059287, rhbz#1658126, rhbz#1788823, rhbz#1854275 If listing RPM applications fails, rebuild DB and retry (2089623) Document -i vmx -it ssh percent encoding in ssh URIs resolves: rhbz#1938954 Document extra permissions needed for VMware 7 (1817050) Remove osprober devices left around by grub2 resolves: rhbz#2003503
31 lines
916 B
Diff
31 lines
916 B
Diff
From 0c52088cbcfe4f00794f070866e806179abc7596 Mon Sep 17 00:00:00 2001
|
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
|
Date: Tue, 12 Apr 2022 11:53:45 +0100
|
|
Subject: [PATCH] output: Remove unused dummy.c
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
This was removed when I removed -o json support, but I did not delete
|
|
the file from git. “make maintainer-check-extra-dist” complained
|
|
about this.
|
|
|
|
Fixes: commit 4e6b389b4e27c8d13e57fcaf777d96ad7e08650b
|
|
(cherry picked from commit 0a1286df1725560e2789134d12022fc52572f9b0)
|
|
---
|
|
output/dummy.c | 2 --
|
|
1 file changed, 2 deletions(-)
|
|
delete mode 100644 output/dummy.c
|
|
|
|
diff --git a/output/dummy.c b/output/dummy.c
|
|
deleted file mode 100644
|
|
index ebab6198..00000000
|
|
--- a/output/dummy.c
|
|
+++ /dev/null
|
|
@@ -1,2 +0,0 @@
|
|
-/* Dummy source, to be used for OCaml-based tools with no C sources. */
|
|
-enum { foo = 1 };
|
|
--
|
|
2.31.1
|
|
|