summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-03-18 20:18:26 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-03-18 20:18:26 +0000
commitefa0719aba2f8721d6a6a652992edfc9df6ad975 (patch)
tree42a70204a9dd15c5ea1480827787b000a2a09886
parent80dfb143038cba9d3dcd2648f83bbcb1857bac33 (diff)
parent5ec5f211eb02f1a54fd5b9b9d0a58aaa50d36e22 (diff)
downloadlibhardware-master.tar.gz
Merge "Remove dead __STDC_FORMAT_MACROS macro." into mainHEADmastermain
-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>