summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2022-03-14 10:42:50 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2022-03-14 10:42:50 +0200
commit258c34f17cd5a06e29888498064bb46d019dc58f (patch)
tree11107f34e42ad32dd2f24fb16d2407e059496cb6
parentc2146ce774e962830dd982b2060787f5a71713c2 (diff)
downloadmariadb-git-258c34f17cd5a06e29888498064bb46d019dc58f.tar.gz
MDEV-28050: clang -Wtypedef-redefinition when PLUGIN_S3=NO
Let us remove the redundant typedef. This problem was revealed by commit 77c184df7c056da7364e606ac977cc2d3cd826ad
-rw-r--r--storage/maria/s3_func.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/maria/s3_func.h b/storage/maria/s3_func.h
index a062131d5a5..f73a95dea24 100644
--- a/storage/maria/s3_func.h
+++ b/storage/maria/s3_func.h
@@ -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 */