commit | 4b54be32f91d11a825f00f11aba2945a7b7b9a70 | [log] [tgz] |
---|---|---|
author | Siarhei Vishniakou <svv@google.com> | Fri Dec 15 18:31:10 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Dec 15 18:31:10 2023 +0000 |
tree | abc79f7cc0450d195208d6185316f2f85d892acf | |
parent | 73aa558f82c0f297cda47b2e84d167fcd2fdd75d [diff] | |
parent | 483e796936b2b577bf345a00d6c0cef7bd63ee15 [diff] |
Merge "Remove unused code in InputDispatcher" into main am: 483e796936 Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2877775 Change-Id: I2e2653ef863035544a2fd4fa7b2206504f6a75bf Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/services/inputflinger/dispatcher/InputDispatcher.cpp b/services/inputflinger/dispatcher/InputDispatcher.cpp index 59220a0..7981e9a 100644 --- a/services/inputflinger/dispatcher/InputDispatcher.cpp +++ b/services/inputflinger/dispatcher/InputDispatcher.cpp
@@ -2080,7 +2080,6 @@ sp<WindowInfoHandle> InputDispatcher::findFocusedWindowTargetLocked( nsecs_t currentTime, const EventEntry& entry, nsecs_t* nextWakeupTime, InputEventInjectionResult& outInjectionResult) { - std::string reason; outInjectionResult = InputEventInjectionResult::FAILED; // Default result int32_t displayId = getTargetDisplayId(entry);