about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--test/test_helper.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 4d3ba49..7da26f8 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -71,8 +71,3 @@ end
 def process_based_port
   5000 + $$ % 1000
 end
-
-# Platform check helper ;-)
-def windows?
-  result = RUBY_PLATFORM =~ /djgpp|(cyg|ms|bcc)win|mingw/
-end