Skip to content

Commit 258c34f

Browse files
committed
MDEV-28050: clang -Wtypedef-redefinition when PLUGIN_S3=NO
Let us remove the redundant typedef. This problem was revealed by commit 77c184d
1 parent c2146ce commit 258c34f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

storage/maria/s3_func.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ C_MODE_END
141141
C_MODE_START
142142
/* Dummy structures and interfaces to be used when compiling without S3 */
143143
struct s3_info;
144-
typedef struct s3_info S3_INFO;
145144
struct ms3_st;
146145
C_MODE_END
147146
#endif /* WITH_S3_STORAGE_ENGINE */

0 commit comments

Comments
 (0)