summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2024-03-15 19:14:02 +0000
committerElliott Hughes <enh@google.com>2024-03-15 19:14:02 +0000
commit5ec5f211eb02f1a54fd5b9b9d0a58aaa50d36e22 (patch)
treea8662ce6d9a9830a93486e35086a051d235473f0
parentec29d4c368a3c7db792e524a42b97ce355e6b9a0 (diff)
downloadlibhardware-5ec5f211eb02f1a54fd5b9b9d0a58aaa50d36e22.tar.gz
Remove dead __STDC_FORMAT_MACROS macro.
None of our libcs use this any more. Change-Id: I71da3792cb083d5dc7714cead4348c7f632d980c
-rw-r--r--modules/input/evdev/InputDevice.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/input/evdev/InputDevice.cpp b/modules/input/evdev/InputDevice.cpp
index a1bce643..1e3da589 100644
--- a/modules/input/evdev/InputDevice.cpp
+++ b/modules/input/evdev/InputDevice.cpp
@@ -24,7 +24,6 @@
#include <linux/input.h>
-#define __STDC_FORMAT_MACROS
#include <cinttypes>
#include <cstdlib>
#include <string>