Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c31a9955 authored by Pomai Ahlo's avatar Pomai Ahlo
Browse files

RFCOMM: Remove unused flag aconfig

Remove flag definition for rfcomm_bypass_post_to_main, since the flag
was never implemented.

Bug: 344994073
Test: m Bluetooth
Flag: EXEMPT dead code removal
Change-Id: I352c183ca02be7c140066f4a48919192c16e2ec2
parent d63028c4
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -8,16 +8,6 @@ flag {
    bug: "316824288"
}

flag {
    name: "rfcomm_bypass_post_to_main"
    namespace: "bluetooth"
    description: "Remove unnecessary posts to main thread to prevent race condition b/321318665"
    bug: "344994073"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "rfcomm_prevent_unnecessary_collisions"
    namespace: "bluetooth"