Loading...
--- dyld/dyld-832.7.3/testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching/foo2.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
-
-#include "foo2.h"
-
-OSDefineMetaClassAndStructors( Foo2, Foo1 )
-
-int Foo2::foo() {
- return 0;
-}
-
-int Foo2::foo1Used0() {
- return 0;
-}