Skip to content

Commit

Permalink
eta 573 update the rts package changes in corresponding files
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajkumar Natarajan committed Apr 2, 2018
1 parent 53160fd commit 861bf30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
9 changes: 2 additions & 7 deletions libraries/base/java-utils/Utils.java
Expand Up @@ -6,13 +6,11 @@
import java.util.Set;
import java.util.List;
import java.util.HashSet;

import java.io.File;
import java.io.IOException;
import java.io.PrintStream;
import java.io.InputStream;
import java.io.UnsupportedEncodingException;

import java.nio.ByteOrder;
import java.nio.ByteBuffer;
import java.nio.file.Files;
Expand All @@ -35,20 +33,17 @@
import java.nio.channels.WritableByteChannel;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;

import eta.runtime.Runtime;
import eta.runtime.RuntimeLogging;
import eta.runtime.stg.TSO;
import eta.runtime.stg.StgContext;
import eta.runtime.stg.Closure;
import eta.runtime.stg.Capability;
import eta.Closure;
import eta.runtime.Capability;
import eta.runtime.io.MemoryManager;

import ghc_prim.ghc.types.datacons.Czh;
import ghc_prim.ghc.types.datacons.ZC;
import ghc_prim.ghc.types.tycons.ZMZN;
import ghc_prim.ghc.Types;

import java.lang.management.ManagementFactory;
import com.sun.management.OperatingSystemMXBean;

Expand Down
1 change: 0 additions & 1 deletion libraries/ghc-prim/java/Utils.java
@@ -1,7 +1,6 @@
package eta.ghc_prim;

import java.nio.ByteBuffer;

import eta.runtime.io.MemoryManager;

public class Utils {
Expand Down
2 changes: 1 addition & 1 deletion libraries/integer/java/Utils.java
Expand Up @@ -2,7 +2,7 @@

import java.math.BigInteger;
import eta.runtime.stg.StgContext;
import eta.runtime.stg.Closure;
import eta.Closure;

public class Utils {
/**
Expand Down

0 comments on commit 861bf30

Please sign in to comment.