Commit 258c34f1 authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-28050: clang -Wtypedef-redefinition when PLUGIN_S3=NO

Let us remove the redundant typedef.
This problem was revealed by
commit 77c184df
parent c2146ce7
......@@ -141,7 +141,6 @@ C_MODE_END
C_MODE_START
/* Dummy structures and interfaces to be used when compiling without S3 */
struct s3_info;
typedef struct s3_info S3_INFO;
struct ms3_st;
C_MODE_END
#endif /* WITH_S3_STORAGE_ENGINE */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment