diff --git a/src/snmpd/patch-5.7.3+dfsg/0009-fix-compilation-in-buster-env.patch b/src/snmpd/patch-5.7.3+dfsg/0009-fix-compilation-in-buster-env.patch deleted file mode 100644 index 2023356ac308..000000000000 --- a/src/snmpd/patch-5.7.3+dfsg/0009-fix-compilation-in-buster-env.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff --git a/apps/snmptrapd_sql.c b/apps/snmptrapd_sql.c -index 671e542..5185f9a 100644 ---- a/apps/snmptrapd_sql.c -+++ b/apps/snmptrapd_sql.c -@@ -437,14 +437,10 @@ netsnmp_mysql_init(void) - return -1; - } - --#ifdef HAVE_BROKEN_LIBMYSQLCLIENT -- my_init(); --#else -+#ifndef HAVE_BROKEN_LIBMYSQLCLIENT - MY_INIT("snmptrapd"); - #endif - -- /** load .my.cnf values */ -- load_defaults ("my", _sql.groups, ¬_argc, ¬_argv); - for(i=0; i < not_argc; ++i) { - if (NULL == not_argv[i]) - continue; diff --git a/src/snmpd/patch-5.7.3+dfsg/series b/src/snmpd/patch-5.7.3+dfsg/series index 1e652a4432bd..31b251845dea 100644 --- a/src/snmpd/patch-5.7.3+dfsg/series +++ b/src/snmpd/patch-5.7.3+dfsg/series @@ -3,4 +3,3 @@ 0006-From-Jiri-Cervenka-snmpd-Fixed-agentx-crashing-and-or-freezing-on-timeout.patch 0007-Linux-VRF-5.7.3-Support.patch 0008-Enable-macro-DEB_BUILD_ARCH_OS-in-order-to-build-ipv.patch -0009-fix-compilation-in-buster-env.patch