diff options
Diffstat (limited to 'interface')
-rw-r--r-- | interface/optdl.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/interface/optdl.hpp b/interface/optdl.hpp index 7956155..35b2f9b 100644 --- a/interface/optdl.hpp +++ b/interface/optdl.hpp @@ -1,5 +1,3 @@ -#ifdef __linux__ - #ifndef OPTDL_HPP #define OPTDL_HPP #define OPT_HEADER @@ -23,7 +21,7 @@ namespace opt_utilities } ~dl_init() { - lt_dlexit(); + // lt_dlexit(); } }_dl_init; @@ -136,5 +134,4 @@ namespace opt_utilities #endif -#endif //EOF |