--- a/devtools/devctl.py Tue Jul 30 16:48:57 2013 +0200
+++ b/devtools/devctl.py Tue Jul 30 17:09:02 2013 +0200
@@ -154,7 +154,7 @@
for cstrtype in CONSTRAINTS:
add_msg(w, cstrtype)
- isinlib = lambda: False
+ is_in_lib = lambda: False
done = set()
for eschema in sorted(schema.entities()):
if eschema.type in libschema:
@@ -177,14 +177,6 @@
continue
for tschema in targetschemas:
- def isinlib(eschema, rschema, role, tschema):
- if libconfig is not None:
- for libafs in libafss:
- if 'main_inlined' in libafs.etype_get(
- eschema, rschema, role, tschema):
- return True
- return False
-
for afs in afss:
fsections = afs.etype_get(eschema, rschema, role, tschema)
if 'main_inlined' in fsections and not \