Skip to content

Commit

Permalink
Remove unused defines (#233)
Browse files Browse the repository at this point in the history
* Remove unused defines

* Remove defines from docs

* Remove defines from __all__
  • Loading branch information
twizmwazin authored Aug 10, 2024
1 parent 5579dc9 commit e5f8301
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1,954 deletions.
2 changes: 0 additions & 2 deletions archinfo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
from .arch_soot import ArchSoot
from .arch_x86 import ArchX86
from .archerror import ArchError
from .defines import defines
from .types import Endness, RegisterName, RegisterOffset, TmpVar

__all__ = [
Expand Down Expand Up @@ -61,7 +60,6 @@
"TmpVar",
"all_arches",
"arch_from_id",
"defines",
"get_host_arch",
"register_arch",
"reverse_ends",
Expand Down
Loading

0 comments on commit e5f8301

Please sign in to comment.