[schema2sql] Drop deprecated comment
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 05 Oct 2016 15:28:43 +0200
changeset 11766 d8de1ac21f36
parent 11765 9cb215e833b0
child 11767 432f87a63057
[schema2sql] Drop deprecated comment
cubicweb/server/schema2sql.py
--- a/cubicweb/server/schema2sql.py	Sat Oct 01 11:56:27 2016 +0200
+++ b/cubicweb/server/schema2sql.py	Wed Oct 05 15:28:43 2016 +0200
@@ -113,7 +113,6 @@
     attrs += [(rschema, None)
               for rschema in eschema.subject_relations()
               if not rschema.final and rschema.inlined]
-    # XXX handle objectinline physical mode
     for i in range(len(attrs)):
         rschema, attrschema = attrs[i]
         if attrschema is not None: