Skip to content

Commit c7d2f71

Browse files
authored
its not necessary
1 parent 0a9d0f7 commit c7d2f71

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_platformdetect/chip.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,6 @@ def _linux_id(self) -> Optional[str]:
295295
if cpu_model is not None:
296296
if "MIPS 24Kc" in cpu_model:
297297
linux_id = chips.MIPS24KC
298-
elif "A311D" in cpu_model:
299-
linux_id = chips.A311D
300298
elif "MIPS 24KEc" in cpu_model:
301299
linux_id = chips.MIPS24KEC
302300

0 commit comments

Comments
 (0)