diff options
author | midipix <writeonce@midipix.org> | 2018-06-23 23:22:28 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-06-24 06:02:12 -0400 |
commit | a3ea44248b301b5880436db67d175787c39635d3 (patch) | |
tree | ee5ba191e4ca843218d4ccb6e214685488b181bc /include | |
parent | 17c1990c1c51a8f0549a59f00aa5cfca91517a98 (diff) | |
download | slibtool-a3ea44248b301b5880436db67d175787c39635d3.tar.bz2 slibtool-a3ea44248b301b5880436db67d175787c39635d3.tar.xz |
library API: removed definition of struct slbt_input, as it is not needed.
Diffstat (limited to 'include')
-rw-r--r-- | include/slibtool/slibtool.h | 5 |
1 files changed, 0 insertions, 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; |