Skip to content

Commit 91bacae

Browse files
committed
Remove ql.hw
1 parent 2f6e584 commit 91bacae

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

qiling/core.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,6 @@ def __init__(
208208
if self.archtype not in QL_ARCH_NONEOS:
209209
self._mem = component_setup("os", "memory", self)
210210
self._reg = component_setup("arch", "register", self)
211-
212-
if self.archtype in QL_ARCH_HARDWARE:
213-
self._hw = component_setup("hw", "hw", self)
214211

215212
self._arch = arch_setup(self.archtype, self)
216213

@@ -263,14 +260,6 @@ def reg(self) -> "QlRegisterManager":
263260
"""
264261
return self._reg
265262

266-
@property
267-
def hw(self) -> "QlHwManager":
268-
""" Qiling hardware manager.
269-
270-
Example:
271-
"""
272-
return self._hw
273-
274263

275264
@property
276265
def arch(self) -> "QlArch":

0 commit comments

Comments
 (0)