targets/service: Remove unneeded xrt_prober_create function.

This commit is contained in:
Ryan Pavlik 2020-06-03 11:43:45 -05:00
parent bc6cc85e7d
commit b38a8e8c24

View file

@ -20,9 +20,3 @@ main(int argc, char *argv[])
{
return ipc_server_main(argc, argv);
}
int
xrt_prober_create(struct xrt_prober **out_xp)
{
return xrt_prober_create_with_lists(out_xp, &target_lists);
}