[fuchsia] Remove lsan suppresions

Leaks have been plugged.

Bug: 47456
Change-Id: I334899e1650daff1e5ccbe12cf61098bc9677566
Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/mesa/+/643883
Reviewed-by: Randall Bosetti <rlb@google.com>
diff --git a/src/intel/vulkan/tests/BUILD.gn b/src/intel/vulkan/tests/BUILD.gn
index 587d051..1398939 100644
--- a/src/intel/vulkan/tests/BUILD.gn
+++ b/src/intel/vulkan/tests/BUILD.gn
@@ -42,9 +42,6 @@
     "$mesa_build_root/include:vulkan",
     "..:vulkan_internal",
   ]
-
-  # TODO(46753): Fix the leaks and remove this.
-  deps += [ "//build/config/sanitizers:suppress-lsan.DO-NOT-USE-THIS" ]
 }
 
 executable("state_pool") {
@@ -59,9 +56,6 @@
     "$mesa_build_root/include:vulkan",
     "..:vulkan_internal",
   ]
-
-  # TODO(46753): Fix the leaks and remove this.
-  deps += [ "//build/config/sanitizers:suppress-lsan.DO-NOT-USE-THIS" ]
 }
 
 executable("state_pool_free_list_only") {
@@ -76,9 +70,6 @@
     "$mesa_build_root/include:vulkan",
     "..:vulkan_internal",
   ]
-
-  # TODO(46753): Fix the leaks and remove this.
-  deps += [ "//build/config/sanitizers:suppress-lsan.DO-NOT-USE-THIS" ]
 }
 
 executable("state_pool_no_free") {
@@ -93,7 +84,4 @@
     "$mesa_build_root/include:vulkan",
     "..:vulkan_internal",
   ]
-
-  # TODO(46753): Fix the leaks and remove this.
-  deps += [ "//build/config/sanitizers:suppress-lsan.DO-NOT-USE-THIS" ]
 }