Remove unfinished v5.0 patch.

OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=169
This commit is contained in:
Petr Tesařík 2023-04-28 13:58:16 +00:00 committed by Git OBS Bridge
parent 4496a2a4ea
commit 80f7f8d434
2 changed files with 0 additions and 35 deletions

View File

@ -1,34 +0,0 @@
diff --git a/extension_eppic.c b/extension_eppic.c
index 45bc032..4d30e6f 100644
--- a/extension_eppic.c
+++ b/extension_eppic.c
@@ -308,12 +308,6 @@ apigetrtype(ull idx, type_t *t)
return drilldown(idx, t);
}
-static int
-apialignment(ull idx)
-{
- return 0;
-}
-
int
apigetval(char *name, ull *val, VALUE_S *value)
{
@@ -340,7 +334,7 @@ apigetval(char *name, ull *val, VALUE_S *value)
eppic_pushref(stype, 1);
eppic_setmemaddr(value, *val);
- eppic_do_deref(1, value, value);
+ eppic_do_deref(value, value);
*val = eppic_getval(value);
@@ -415,7 +409,6 @@ apiops icops = {
apimember,
apigetctype,
apigetrtype,
- apialignment,
apigetval,
apigetenum,
apigetdefs,

View File

@ -53,7 +53,6 @@ Source99: %{name}-rpmlintrc
Patch0: %{name}-override-libtinfo.patch
Patch1: %{name}-ppc64-VA-range-SUSE.patch
Patch2: %{name}-PN_XNUM.patch
Patch3: %{name}-eppic-v5.0.patch
BuildRequires: libbz2-devel
BuildRequires: libdw-devel
BuildRequires: libelf-devel