Browse Source

remove Std -> Date dependency

frabbit 11 năm trước cách đây
mục cha
commit
09c9e422ae
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  1. 0 5
      std/python/_std/Std.hx

+ 0 - 5
std/python/_std/Std.hx

@@ -78,11 +78,6 @@ import python.Syntax;
 
 		if (t == Enum) return false;
 
-		if (t == Date && Builtin.isinstance(v, Date)) return true;
-
-		if (t == Date) return false;
-
-		if (Builtin.isinstance(v, Date)) return false;
 
 		if (t == Class && !Builtin.isinstance(v, Enum) && Inspect.isclass(v) && Internal.hasClassName(v) && !Internal.hasConstructs(v)) return true;