We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf3d21 commit e4d6750Copy full SHA for e4d6750
pygccxml/binary_parsers/parsers.py
@@ -17,13 +17,10 @@
17
18
import os
19
import re
20
-import sys
21
import platform
22
-import ctypes
23
from . import undname
24
import warnings
25
import subprocess
26
-from .. import utils
27
from .. import declarations
28
29
# import exceptions
pygccxml/declarations/algorithm.py
@@ -5,8 +5,6 @@
5
6
"""defines few unrelated algorithms, that works on declarations"""
7
8
-import types
9
-
10
11
def declaration_path(decl, with_defaults=True):
12
"""
0 commit comments