solstice-solver

Solver library of the solstice app
git clone git://git.meso-star.com/solstice-solver.git
Log | Files | Refs | README | LICENSE

commit 7d4663a0da5b65c303cc77f9d65d10b66b282e04
parent df4c34656d2e16818f40fd8f9d6e2059678e846c
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 13 Dec 2016 22:30:51 +0100

Remove dead code

Diffstat:
Msrc/ssol_param_buffer.c | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/src/ssol_param_buffer.c b/src/ssol_param_buffer.c @@ -26,12 +26,6 @@ struct param { size_t offset; /* In Bytes */ }; -/* Declare the raw buffer */ -#define DARRAY_NAME byte -#define DARRAY_DATA char -#define DARRAY_ALIGNMENT DEFAULT_ALIGNMENT -#include <rsys/dynamic_array.h> - struct ssol_param_buffer { char* pool; size_t capacity;