summaryrefslogtreecommitdiff
path: root/ruby_2_2/ext/psych/psych_to_ruby.h
diff options
context:
space:
mode:
Diffstat (limited to 'ruby_2_2/ext/psych/psych_to_ruby.h')
-rw-r--r--ruby_2_2/ext/psych/psych_to_ruby.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/ruby_2_2/ext/psych/psych_to_ruby.h b/ruby_2_2/ext/psych/psych_to_ruby.h
deleted file mode 100644
index 7b8e757a45..0000000000
--- a/ruby_2_2/ext/psych/psych_to_ruby.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef PSYCH_TO_RUBY_H
-#define PSYCH_TO_RUBY_H
-
-#include <psych.h>
-
-void Init_psych_to_ruby(void);
-
-#endif