You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-08 14:02:17 +03:00
Remove unnecessary typedef and fix clang -Wtypedef-redefinition
This commit is contained in:
@@ -34,9 +34,6 @@
|
||||
#define ZSTD_CLEVEL_DEFAULT 3
|
||||
#endif
|
||||
|
||||
typedef struct ZSTD_CCtx_s ZSTD_CCtx;
|
||||
typedef struct ZSTD_DCtx_s ZSTD_DCtx;
|
||||
|
||||
static void ma_free_ctx(ma_compress_ctx *ctx)
|
||||
{
|
||||
if (ctx)
|
||||
|
Reference in New Issue
Block a user