# HG changeset patch # User Sylvain Thénault # Date 1475674123 -7200 # Node ID d8de1ac21f36600c89244ef1aea6ef3c9e3eb0ba # Parent 9cb215e833b037d3b5beb5d259e291a3f83798df [schema2sql] Drop deprecated comment diff -r 9cb215e833b0 -r d8de1ac21f36 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: