Skip to content

Commit be19bba

Browse files
committed
Merge pull request #150 from grooverdan/10.0-my_rnd_cpp
MDEV-9433: mysys/my_rnd.c - remove #ifdef __cplusplus
2 parents 33ac501 + a7a4988 commit be19bba

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

mysys/my_rnd.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,3 @@ double my_rnd_ssl(struct my_rnd_struct *rand_st)
9595

9696
return my_rnd(rand_st);
9797
}
98-
99-
#ifdef __cplusplus
100-
}
101-
#endif

0 commit comments

Comments
 (0)