From: Michael Tremer Date: Fri, 30 Apr 2021 08:19:24 +0000 (+0000) Subject: Drop unused Step type X-Git-Tag: 0.9.28~1285^2~177 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=783fce6a38da41465db2850e247b9e5f79ed3fe3;p=pakfire.git Drop unused Step type Signed-off-by: Michael Tremer --- diff --git a/src/libpakfire/include/pakfire/types.h b/src/libpakfire/include/pakfire/types.h index e394b23f8..9f986e9d6 100644 --- a/src/libpakfire/include/pakfire/types.h +++ b/src/libpakfire/include/pakfire/types.h @@ -35,7 +35,6 @@ typedef struct _PakfireParser* PakfireParser; typedef struct _PakfireProblem* PakfireProblem; typedef struct _PakfireRepo* PakfireRepo; typedef struct _PakfireSolution* PakfireSolution; -typedef struct _PakfireStep* PakfireStep; typedef void (*pakfire_log_function_t)(int priority, const char* file, int line, const char* fn,