Bläddra i källkod

removed old-spod incompatibility : actually the two of them should work well together

Nicolas Cannasse 12 år sedan
förälder
incheckning
6130dc5e4d
1 ändrade filer med 0 tillägg och 4 borttagningar
  1. 0 4
      std/sys/db/Manager.hx

+ 0 - 4
std/sys/db/Manager.hx

@@ -23,10 +23,6 @@ package sys.db;
 import Reflect;
 import Reflect;
 import sys.db.Connection;
 import sys.db.Connection;
 
 
-#if (!old_spod && !doc_gen && !macro)
-#error "Cannot use sys.db.Manager with -D old_spod"
-#end
-
 /**
 /**
 	Record Manager : the persistent object database manager. See the tutorial on
 	Record Manager : the persistent object database manager. See the tutorial on
 	haXe website to learn how to use Record.
 	haXe website to learn how to use Record.