summaryrefslogtreecommitdiff
path: root/udev
diff options
context:
space:
mode:
Diffstat (limited to 'udev')
-rw-r--r--udev/libinput-fuzz-extract.c2
-rw-r--r--udev/libinput-fuzz-to-zero.c1
2 files changed, 0 insertions, 3 deletions
diff --git a/udev/libinput-fuzz-extract.c b/udev/libinput-fuzz-extract.c
index 48ef79ce..6158e357 100644
--- a/udev/libinput-fuzz-extract.c
+++ b/udev/libinput-fuzz-extract.c
@@ -46,7 +46,6 @@ handle_absfuzz(struct udev_device *device)
struct libevdev *evdev = NULL;
int fd = -1;
int rc;
- unsigned int *code;
unsigned int axes[] = {ABS_X,
ABS_Y,
ABS_MT_POSITION_X,
@@ -88,7 +87,6 @@ out:
static void
handle_evdev_abs(struct udev_device *device)
{
- unsigned int *code;
unsigned int axes[] = {ABS_X,
ABS_Y,
ABS_MT_POSITION_X,
diff --git a/udev/libinput-fuzz-to-zero.c b/udev/libinput-fuzz-to-zero.c
index a8767bed..e2e9a036 100644
--- a/udev/libinput-fuzz-to-zero.c
+++ b/udev/libinput-fuzz-to-zero.c
@@ -39,7 +39,6 @@ reset_absfuzz_to_zero(struct udev_device *device)
struct libevdev *evdev = NULL;
int fd = -1;
int rc;
- unsigned int *code;
unsigned int axes[] = {ABS_X,
ABS_Y,
ABS_MT_POSITION_X,