diff options
Diffstat (limited to 'ppapi/generators/idl_lint.py')
-rw-r--r-- | ppapi/generators/idl_lint.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ppapi/generators/idl_lint.py b/ppapi/generators/idl_lint.py index c5f1a3f..2c425c6 100644 --- a/ppapi/generators/idl_lint.py +++ b/ppapi/generators/idl_lint.py @@ -64,9 +64,6 @@ class IDLLinter(IDLVisitor): warnings += 1 if node.IsA('Interface'): - if not node.GetLabel(): - node.Warning('Expecting label.') - warnings += 1 macro = node.GetProperty('macro') if macro and not node.GetProperty('wname'): node.Warning('Interface name inconsistent: %s' % macro) |