From e9022e33bc7dcce84eb6745d1483aab65c514ea7 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 10 Nov 2022 16:17:42 +0100 Subject: [PATCH] remove old an old and useless patch --- ...03-Debian-version-info-and-bugreport.patch | 19 ------------------- debian/patches/series | 1 - 2 files changed, 20 deletions(-) delete mode 100644 debian/patches/0003-Debian-version-info-and-bugreport.patch diff --git a/debian/patches/0003-Debian-version-info-and-bugreport.patch b/debian/patches/0003-Debian-version-info-and-bugreport.patch deleted file mode 100644 index 0de4a206..00000000 --- a/debian/patches/0003-Debian-version-info-and-bugreport.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- - lib/Support/CommandLine.cpp | 4 ++++ - 1 file changed, 4 insertions(+) - -Index: llvm-toolchain-snapshot_14~++20210910110407+146ec74a8382/llvm/lib/Support/CommandLine.cpp -=================================================================== ---- llvm-toolchain-snapshot_14~++20210910110407+146ec74a8382.orig/llvm/lib/Support/CommandLine.cpp -+++ llvm-toolchain-snapshot_14~++20210910110407+146ec74a8382/llvm/lib/Support/CommandLine.cpp -@@ -2423,6 +2423,10 @@ public: - OS << " " << LLVM_VERSION_INFO; - #endif - OS << "\n "; -+#ifdef LLVM_DEBIAN_INFO -+ OS << LLVM_DEBIAN_INFO; -+#endif -+ OS << "\n "; - #if LLVM_IS_DEBUG_BUILD - OS << "DEBUG build"; - #else diff --git a/debian/patches/series b/debian/patches/series index 58e159af..5852e004 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,5 +1,4 @@ # Debian versions -0003-Debian-version-info-and-bugreport.patch clang-format-version.diff clang-analyzer-force-version.diff