Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -162,10 +162,6 @@ public void loadFile(String fileName, RubyNode currentNode) {
}

private void loadFileAbsolute(String fileName, RubyNode currentNode) {
if (isRunningOnWindows()) {
fileName.replace('\\', '/');
}

final byte[] bytes = FileUtils.readAllBytesInterruptedly(this, fileName);

// Assume UTF-8 for the moment

0 comments on commit 9e10dbb

Please sign in to comment.