Skip to content

Commit 3201188

Browse files
committed
Remove unimplemented function probe_result_additem
Signed-off-by: Alexander Scheel <[email protected]>
1 parent 3a818c2 commit 3201188

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/OVAL/probes/public/probe-api.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,8 +450,6 @@ typedef struct probe_ctx probe_ctx;
450450

451451
OSCAP_API bool probe_item_filtered(const SEXP_t *item, const SEXP_t *filters);
452452

453-
OSCAP_API int probe_result_additem(SEXP_t *result, SEXP_t *item);
454-
455453
/**
456454
* Collect generated item (i.e. add it to the collected object)
457455
* The function takes ownership of the item reference and takes

0 commit comments

Comments
 (0)