Skip to content

Commit

Permalink
delete unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
Paweł Piotr Przeradowski committed Aug 10, 2013
1 parent 19e5dfa commit bbb5bc6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pystacia/api/func.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,6 @@ def get_c_method(api_type, method, throw=True):
return method_name, c_method


def annote():
dll = get_dll()

for class_, funcs in metadata.items():
for name in funcs['symbols']:
get_c_method(class_, name)

return dll

if pypy:
__lock = Lock()

Expand Down

0 comments on commit bbb5bc6

Please sign in to comment.