aboutsummaryrefslogtreecommitdiff
path: root/src/recon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/recon.c')
-rw-r--r--src/recon.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/recon.c b/src/recon.c
index d76ca1f..2d4439f 100644
--- a/src/recon.c
+++ b/src/recon.c
@@ -1341,12 +1341,3 @@ bool prne_alloc_recon_param (
return ret;
}
-
-prne_recon_param_t prne_own_recon_param (
- const prne_recon_param_t *p,
- const bool ownership)
-{
- prne_recon_param_t ret = *p;
- ret.ownership = ownership;
- return ret;
-}