summaryrefslogtreecommitdiff
path: root/mysys
diff options
context:
space:
mode:
authorVicențiu-Marian Ciorbaru <cvicentiu@gmail.com>2016-02-06 12:58:06 +0200
committerVicențiu-Marian Ciorbaru <cvicentiu@gmail.com>2016-02-06 12:58:06 +0200
commitbe19bba4fb58d6d8a2a13be0966182dc891a3d06 (patch)
treee72eb371f48266976309e794e70d37298390b5ea /mysys
parent33ac501b6a4aeab986c96bafa88a25b976071652 (diff)
parenta7a49886e14bcfe207b907571f4108c59443bbc9 (diff)
downloadmariadb-git-be19bba4fb58d6d8a2a13be0966182dc891a3d06.tar.gz
Merge pull request #150 from grooverdan/10.0-my_rnd_cpp
MDEV-9433: mysys/my_rnd.c - remove #ifdef __cplusplus
Diffstat (limited to 'mysys')
-rw-r--r--mysys/my_rnd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/mysys/my_rnd.c b/mysys/my_rnd.c
index 14f212e2f32..ad7bda0b42b 100644
--- a/mysys/my_rnd.c
+++ b/mysys/my_rnd.c
@@ -95,7 +95,3 @@ double my_rnd_ssl(struct my_rnd_struct *rand_st)
return my_rnd(rand_st);
}
-
-#ifdef __cplusplus
-}
-#endif