Remove rule for //aos:make_unique

Signed-off-by: Tyler Chatow <tchatow@gmail.com>
Change-Id: I6e45052d6ece28556abc14cb88a4a9d16ebe4411
diff --git a/aos/BUILD b/aos/BUILD
index 0c94f35..212c462 100644
--- a/aos/BUILD
+++ b/aos/BUILD
@@ -275,15 +275,6 @@
     ],
 )
 
-cc_library(
-    name = "make_unique",
-    hdrs = [
-        "make_unique.h",
-    ],
-    target_compatible_with = ["@platforms//os:linux"],
-    visibility = ["//visibility:public"],
-)
-
 flatbuffer_ts_library(
     name = "json_to_flatbuffer_fbs_ts",
     srcs = ["json_to_flatbuffer.fbs"],