Loading...
testing/kernel-cache-tests/symbol-sets/main.c dyld-960 /dev/null
--- dyld/dyld-960/testing/kernel-cache-tests/symbol-sets/main.c
+++ /dev/null
@@ -1,14 +0,0 @@
-
-// This will be re-exported from a symbol set in bar with an alias
-int symbol_from_xnu() {
-	return 0;
-}
-
-// This will be re-exported from a symbol set in bar without an alias
-int symbol_from_xnu_no_alias() {
-	return 0;
-}
-
-int _start() {
-	return 0;
-}