commit | b21cdfb86612d67f3c76d01f32297914fb372548 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Sun Jan 13 01:52:36 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Sun Jan 13 01:52:36 2019 -0800 |
tree | 1762b635a9759e90f712c94cf5eb1298ceb913ff | |
parent | 9fa1c9ccda09c8422405ea7ac005ca4c7b71c717 [diff] | |
parent | 3df110feaee8e1deb2338f7db2a016ebadee3296 [diff] |
Fix comparator operator() definition. am: a6a529236e am: 3df110feae Change-Id: Ide011a450b7d7154904cc80da43e402725ad26ce
diff --git a/wifi/1.2/default/wifi_legacy_hal.cpp b/wifi/1.2/default/wifi_legacy_hal.cpp index 55ec96d..375204c 100644 --- a/wifi/1.2/default/wifi_legacy_hal.cpp +++ b/wifi/1.2/default/wifi_legacy_hal.cpp
@@ -550,7 +550,6 @@ } // Fall through if failed. Failure to retrieve cached scan // results should trigger a background scan failure. - [[fallthrough]]; case WIFI_SCAN_FAILED: on_failure_user_callback(id); on_gscan_event_internal_callback = nullptr;