Skip to content
Snippets Groups Projects
Commit b8f7a408 authored by Steven Moreland's avatar Steven Moreland
Browse files

Remove unused attribute.

This is dead code.

Test: compile sepolicy on marlin + grep
Change-Id: I852b9e8701140f1257510fb94676687e1e278991
parent f387ecf3
No related branches found
No related tags found
No related merge requests found
...@@ -361,12 +361,6 @@ attribute hal_wifi_client; ...@@ -361,12 +361,6 @@ attribute hal_wifi_client;
expandattribute hal_wifi_client true; expandattribute hal_wifi_client true;
attribute hal_wifi_server; attribute hal_wifi_server;
expandattribute hal_wifi_server true; expandattribute hal_wifi_server true;
attribute hal_wifi_keystore;
expandattribute hal_wifi_keystore true;
attribute hal_wifi_keystore_client;
expandattribute hal_wifi_keystore_client true;
attribute hal_wifi_keystore_server;
expandattribute hal_wifi_keystore_server true;
attribute hal_wifi_offload; attribute hal_wifi_offload;
expandattribute hal_wifi_offload true; expandattribute hal_wifi_offload true;
attribute hal_wifi_offload_client; attribute hal_wifi_offload_client;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment