sepolicy(crosshatch): Remove offload HAL sepolicy rules

This is unused currently & there are no concrete plans to use it
in the future.

Bug: 130080335
Test: Device boots up & connects to networks.
Test: Will send for regression tests
Change-Id: I3f28b8f375e663048005bea670f358179a7338d1
diff --git a/vendor/qcom/common/hal_wifi_offload_default.te b/vendor/qcom/common/hal_wifi_offload_default.te
deleted file mode 100644
index 00df6a7..0000000
--- a/vendor/qcom/common/hal_wifi_offload_default.te
+++ /dev/null
@@ -1,3 +0,0 @@
-# Allow Wifi Offload HAL to communicate with daemon via socket
-allow hal_wifi_offload_default chre:unix_stream_socket connectto;
-allow hal_wifi_offload_default chre_socket:sock_file write;