diff options
author | Vicențiu-Marian Ciorbaru <cvicentiu@gmail.com> | 2016-02-06 12:58:06 +0200 |
---|---|---|
committer | Vicențiu-Marian Ciorbaru <cvicentiu@gmail.com> | 2016-02-06 12:58:06 +0200 |
commit | be19bba4fb58d6d8a2a13be0966182dc891a3d06 (patch) | |
tree | e72eb371f48266976309e794e70d37298390b5ea /mysys | |
parent | 33ac501b6a4aeab986c96bafa88a25b976071652 (diff) | |
parent | a7a49886e14bcfe207b907571f4108c59443bbc9 (diff) | |
download | mariadb-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.c | 4 |
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 |