Skip to content

Commit

Permalink
Remove unused Truffle::Process
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Nov 23, 2018
1 parent 30abafc commit 6c3eccd
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 @@ -530,7 +530,6 @@ public CoreLibrary(RubyContext context) {
truffleBootModule = defineModule(truffleModule, "Boot");
defineModule(truffleModule, "System");
truffleKernelOperationsModule = defineModule(truffleModule, "KernelOperations");
defineModule(truffleModule, "Process");
defineModule(truffleModule, "Binding");
defineModule(truffleModule, "POSIX");
defineModule(truffleModule, "Readline");
Expand Down

0 comments on commit 6c3eccd

Please sign in to comment.