diff options
author | serg@serg.mylan <> | 2004-02-13 15:27:21 +0100 |
---|---|---|
committer | serg@serg.mylan <> | 2004-02-13 15:27:21 +0100 |
commit | 5914e5705c62e065d52754d2e33f7224398d3e0e (patch) | |
tree | e72eb3285c6d77bd43ee040603595ce715626551 /sql/init.cc | |
parent | 67fbc4d2b70ffeab70d547a59e2d9af05c8e3d41 (diff) | |
download | mariadb-git-5914e5705c62e065d52754d2e33f7224398d3e0e.tar.gz |
my_atof is deleted
strtod from mit-threads is restored and cleaned up
Diffstat (limited to 'sql/init.cc')
-rw-r--r-- | sql/init.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/init.cc b/sql/init.cc index 033dfd72843..084db57f8aa 100644 --- a/sql/init.cc +++ b/sql/init.cc @@ -34,9 +34,6 @@ void unireg_init(ulong options) current_pid=(ulong) getpid(); /* Save for later ref */ init_time(); /* Init time-functions (read zone) */ -#ifdef USE_MY_ATOF - init_my_atof(); /* use our atof */ -#endif #ifndef EMBEDDED_LIBRARY my_abort_hook=unireg_abort; /* Abort with close of databases */ #endif |