From a3cc67348e43dbbb4f417ef16dbeb025d04c9be8 Mon Sep 17 00:00:00 2001 From: Jamie Doornbos Date: Sat, 11 Oct 2008 06:21:54 +0000 Subject: [PATCH] Gah, this was part of the implementation, but in the end I took it out but missed the import git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5439 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/as/com/threerings/io/ObjectInputStream.as | 1 - 1 file changed, 1 deletion(-) diff --git a/src/as/com/threerings/io/ObjectInputStream.as b/src/as/com/threerings/io/ObjectInputStream.as index ec363ebd3..a27d58c9b 100644 --- a/src/as/com/threerings/io/ObjectInputStream.as +++ b/src/as/com/threerings/io/ObjectInputStream.as @@ -30,7 +30,6 @@ import flash.utils.IDataInput; import com.threerings.util.ClassUtil; import com.threerings.util.Log; import com.threerings.util.Long; -import com.threerings.util.safeCast; public class ObjectInputStream {