mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-03-04 13:47:50 +00:00
targets/service: Remove unneeded xrt_prober_create function.
This commit is contained in:
parent
bc6cc85e7d
commit
b38a8e8c24
|
@ -20,9 +20,3 @@ main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
return ipc_server_main(argc, 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);
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue