Loading...
--- dyld/dyld-960/testing/kernel-cache-tests/fips-33/foo.c
+++ /dev/null
@@ -1,7 +0,0 @@
-
-__attribute__((used, section("__TEXT,__fips_hmacs")))
-const unsigned char fipsGlobal[33] = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 };
-
-int foo() {
- return 0;
-}