Skip to content

Commit 64d82dd

Browse files
committed
libdrgn/python: remove dead misspelled ifdef block
Alec Rivers noticed in #461 that WITH_LIBKDUMPFILE is misspelled as WITH_KDUMPFILE here. The whole ifdef block isn't actually needed, so remove it. Fixes: 4e330bb ("cli: indicate if drgn was compiled with libkdumpfile") Signed-off-by: Omar Sandoval <osandov@osandov.com>
1 parent b1ce3f2 commit 64d82dd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libdrgn/python/main.c

-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
// SPDX-License-Identifier: LGPL-2.1-or-later
33

44
#include <elfutils/libdwfl.h>
5-
#ifdef WITH_KDUMPFILE
6-
#include <libkdumpfile/kdumpfile.h>
7-
#endif
85

96
#include "drgnpy.h"
107
#include "../path.h"

0 commit comments

Comments
 (0)