From a3ea44248b301b5880436db67d175787c39635d3 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 23 Jun 2018 23:22:28 -0400 Subject: library API: removed definition of struct slbt_input, as it is not needed. --- include/slibtool/slibtool.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index 2f7355e..c34bf99 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -122,11 +122,6 @@ struct slbt_source_version { const char * commit; }; -struct slbt_input { - void * addr; - size_t size; -}; - struct slbt_exec_ctx { char * program; char * compiler; -- cgit v1.2.3