Skip to content

Commit b7607e7

Browse files
committed
Remove unimplemented function probe_obj_build
Signed-off-by: Alexander Scheel <[email protected]>
1 parent d6b62b8 commit b7607e7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,6 @@ OSCAP_API SEXP_t *probe_attr_creat(const char *name, const SEXP_t * val, ...);
158158
* objects
159159
*/
160160

161-
/**
162-
* Build a new object according to the specified format.
163-
* @param fmt the desired format
164-
*/
165-
OSCAP_API SEXP_t *probe_obj_build(const char *fmt, ...);
166-
167161
/**
168162
* Create a new object consisting of a name, optional attributes argument and an arbitrary number of entities.
169163
* Every entity is a triple:

0 commit comments

Comments
 (0)