Loading...
--- libmalloc/libmalloc-792.41.1/tests/entitlement_test_tool.c
+++ /dev/null
@@ -1,11 +0,0 @@
-#include <assert.h>
-#include <stdio.h>
-#include <unistd.h>
-
-int main(int argc, const char *argv[])
-{
- assert(argc >= 1);
- printf("ran %s (pid %d)\n", argv[0], getpid());
- pause();
- return 0;
-}