summaryrefslogtreecommitdiffstats
path: root/src/if_ruby.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/if_ruby.c')
-rw-r--r--src/if_ruby.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/if_ruby.c b/src/if_ruby.c
index a4a59f6bda..80481e7d24 100644
--- a/src/if_ruby.c
+++ b/src/if_ruby.c
@@ -736,19 +736,6 @@ static struct
};
/*
- * Free ruby.dll
- */
- static void
-end_dynamic_ruby(void)
-{
- if (hinstRuby)
- {
- close_dll(hinstRuby);
- hinstRuby = NULL;
- }
-}
-
-/*
* Load library and get all pointers.
* Parameter 'libname' provides name of DLL.
* Return OK or FAIL.
@@ -797,9 +784,6 @@ ruby_enabled(int verbose)
void
ruby_end(void)
{
-#ifdef DYNAMIC_RUBY
- end_dynamic_ruby();
-#endif
}
void