remove unused import.

This change resynchronizes AOSP with internal master.
The import line is unused.

Change-Id: I98bef1f88dee758f5bdcec35fba204f793d4028e
This commit is contained in:
Nick Kralevich
2014-04-22 12:10:24 -07:00
parent fc3c6a0ef3
commit 8cb5abcfde

View File

@@ -28,7 +28,6 @@ import com.android.internal.util.XmlUtils;
import libcore.io.IoUtils;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.FileReader;