commit:     a26c6fcd09c8fe756d291bbc38de04f5b6126f3d
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue May  7 17:57:28 2024 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Tue May  7 18:35:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a26c6fcd

net-analyzer/netdata: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/36596
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 .../netdata/files/netdata-1.44.0-dbengine.patch    | 47 ----------------------
 1 file changed, 47 deletions(-)

diff --git a/net-analyzer/netdata/files/netdata-1.44.0-dbengine.patch 
b/net-analyzer/netdata/files/netdata-1.44.0-dbengine.patch
deleted file mode 100644
index 3119094f64bc..000000000000
--- a/net-analyzer/netdata/files/netdata-1.44.0-dbengine.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-From ee6c0bcb7f0bfe6440dd7c4c52dca87486abc181 Mon Sep 17 00:00:00 2001
-From: Stelios Fragkakis <52996999+stelf...@users.noreply.github.com>
-Date: Wed, 20 Dec 2023 21:54:17 +0200
-Subject: [PATCH] Fix compilation error when using --disable-dbengine
-
----
- daemon/global_statistics.c | 2 ++
- daemon/main.c              | 2 +-
- 2 files changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/daemon/global_statistics.c b/daemon/global_statistics.c
-index 8392a3c88e08d..6e286b18a7220 100644
---- a/daemon/global_statistics.c
-+++ b/daemon/global_statistics.c
-@@ -857,6 +857,7 @@ static void global_statistics_charts(void) {
- 
-     // ----------------------------------------------------------------
- 
-+#ifdef ENABLE_DBENGINE
-     if (tier_page_type[0] == PAGE_GORILLA_METRICS)
-     {
-         static RRDSET *st_tier0_gorilla_pages = NULL;
-@@ -918,6 +919,7 @@ static void global_statistics_charts(void) {
- 
-         rrdset_done(st_tier0_compression_info);
-     }
-+#endif
- }
- 
- // 
----------------------------------------------------------------------------
-diff --git a/daemon/main.c b/daemon/main.c
-index fc15f0c9dfc52..7c7452c4aa055 100644
---- a/daemon/main.c
-+++ b/daemon/main.c
-@@ -1502,11 +1502,11 @@ int main(int argc, char **argv) {
- #ifdef ENABLE_DBENGINE
-                         char* createdataset_string = "createdataset=";
-                         char* stresstest_string = "stresstest=";
--#endif
- 
-                         if(strcmp(optarg, "pgd-tests") == 0) {
-                             return pgd_test(argc, argv);
-                         }
-+#endif
- 
-                         if(strcmp(optarg, "sqlite-meta-recover") == 0) {
-                             sql_init_database(DB_CHECK_RECOVER, 0);

Reply via email to