remove hwasan-use-after-scope=1 which is default now

This is part of Android LLVM toolchain:

https://cs.android.com/android/platform/superproject/main/+/main:prebuilts/clang/host/linux-x86/clang-r510928/BUILD_INFO;l=79

https://android.googlesource.com/toolchain/llvm-project/+/477610d4d0d988e69dbc3fae4fe86bff3f07f2b5/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp#135

Change-Id: I2812fac89584a8324126d15525b6ee78f5494a50
diff --git a/cc/sanitize.go b/cc/sanitize.go
index db046ec..b8a5b54 100644
--- a/cc/sanitize.go
+++ b/cc/sanitize.go
@@ -55,7 +55,6 @@
 		// higher number of "optimized out" stack variables.
 		// b/112437883.
 		"-instcombine-lower-dbg-declare=0",
-		"-hwasan-use-after-scope=1",
 		"-dom-tree-reachability-max-bbs-to-explore=128",
 	}