Skip to content

Commit

Permalink
ast: Drop an unused error code
Browse files Browse the repository at this point in the history
This is no longer used, so there’s no point in registering it.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
  • Loading branch information
pwithnall committed Jan 12, 2017
1 parent 7898c46 commit 76c0173
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dbusapi/ast.py
Expand Up @@ -46,7 +46,6 @@ def __init__(self):
"""Construct a new AstLog"""
super(AstLog, self).__init__()
self.register_issue_code('unknown-node')
self.register_issue_code('empty-root')
self.register_issue_code('missing-attribute')
self.register_issue_code('duplicate-node')
self.register_issue_code('duplicate-interface')
Expand Down

0 comments on commit 76c0173

Please sign in to comment.