Skip to content

Commit

Permalink
Remove unused Truffle::Array
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Nov 23, 2018
1 parent b507699 commit b6b4b39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/org/truffleruby/core/CoreLibrary.java
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,6 @@ public CoreLibrary(RubyContext context) {
defineModule(truffleModule, "Graal");
defineModule(truffleModule, "Ropes");
defineModule(truffleModule, "GC");
defineModule(truffleModule, "Array");
truffleRegexpOperationsModule = defineModule(truffleModule, "RegexpOperations");
defineModule(truffleModule, "StringOperations");
truffleBootModule = defineModule(truffleModule, "Boot");
Expand Down

0 comments on commit b6b4b39

Please sign in to comment.