summaryrefslogtreecommitdiff
path: root/ruby-runner.c
diff options
context:
space:
mode:
Diffstat (limited to 'ruby-runner.c')
-rw-r--r--ruby-runner.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ruby-runner.c b/ruby-runner.c
index b5a2e50659..99be4a0013 100644
--- a/ruby-runner.c
+++ b/ruby-runner.c
@@ -43,10 +43,6 @@ insert_env_path(const char *envname, const char *paths, size_t size, int prepend
setenv(envname, env, 1);
}
-/* force to link libm for fiddle test */
-#include <math.h>
-double (*const ruby_libm_func)(double) = log;
-
#define EXTOUT_DIR BUILDDIR"/"EXTOUT
int
main(int argc, char **argv)