summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/EntropyMixer.java
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2013-11-19 16:54:46 -0500
committerJohn Spurlock <jspurlock@google.com>2013-11-20 11:31:47 -0500
commit6090995951c6e2e4dcf38102f01793f8a94166e1 (patch)
tree37f32f4b269fc26a18e3249a18459a476c473266 /services/java/com/android/server/EntropyMixer.java
parent266f48cc042dda828109eb135088cdb6f0f7c1d5 (diff)
downloadframeworks_base-6090995951c6e2e4dcf38102f01793f8a94166e1.zip
frameworks_base-6090995951c6e2e4dcf38102f01793f8a94166e1.tar.gz
frameworks_base-6090995951c6e2e4dcf38102f01793f8a94166e1.tar.bz2
Remove unused imports from frameworks/base.
Change-Id: Ia1f99bd2c1105b0b0f70aa614f1f4a67b2840906
Diffstat (limited to 'services/java/com/android/server/EntropyMixer.java')
-rw-r--r--services/java/com/android/server/EntropyMixer.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/services/java/com/android/server/EntropyMixer.java b/services/java/com/android/server/EntropyMixer.java
index cfdbf7d..24d8d1e 100644
--- a/services/java/com/android/server/EntropyMixer.java
+++ b/services/java/com/android/server/EntropyMixer.java
@@ -20,7 +20,6 @@ import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
-import java.io.OutputStream;
import java.io.PrintWriter;
import android.content.BroadcastReceiver;