DebugClients/Ruby/DebugProtocol.rb

changeset 2438
61bfcff921d8
parent 2302
f29e9405c851
child 3160
209a07d7e401
diff -r f75dbdd22959 -r 61bfcff921d8 DebugClients/Ruby/DebugProtocol.rb
--- a/DebugClients/Ruby/DebugProtocol.rb	Thu Feb 28 16:57:45 2013 +0100
+++ b/DebugClients/Ruby/DebugProtocol.rb	Sat Mar 02 15:05:29 2013 +0100
@@ -7,11 +7,6 @@
 File defining the debug protocol tokens
 =end
 
-if RUBY_VERSION < "1.9"
-    $KCODE = 'UTF8'
-    require 'jcode'
-end
-
 # The address used for debugger/client communications.
 DebugAddress = '127.0.0.1'
 

eric ide

mercurial