Remove a build artifact of the USDT tests.

MFC after:	3 days
This commit is contained in:
markj 2014-10-15 03:15:46 +00:00
parent 95a6b7a20f
commit c661f55b6c

View File

@ -1,11 +0,0 @@
#include <stdlib.h>
#include <sys/sdt.h>
#include "prov.h"
int
main(int argc, char **argv, char **envp)
{
envp[0] = (char*)0xff;
TESTER_ENTRY();
return 0;
}