Skip to content

Commit

Permalink
remove useless declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Mar 2, 2015
1 parent d7f7200 commit ed6af05
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lxml/parser.pxi
Expand Up @@ -112,8 +112,6 @@ cdef class _ParserDictionaryContext:
return context._c_dict

cdef void initThreadDictRef(self, tree.xmlDict** c_dict_ref):
cdef tree.xmlDict* c_dict
cdef tree.xmlDict* c_thread_dict
c_dict = c_dict_ref[0]
c_thread_dict = self._getThreadDict(c_dict)
if c_dict is c_thread_dict:
Expand Down

0 comments on commit ed6af05

Please sign in to comment.