1
0
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:
Marko Mäkelä
2022-03-16 08:55:17 +02:00
parent 2b6a8c44c5
commit e10c10f05b

View File

@@ -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)