Removes unreachable code (#48143)

About The Pull Request

As detected by SpaceManiac/SpacemanDMM#123
This commit is contained in:
spookydonut
2019-12-10 15:52:13 +08:00
committed by oranges
parent 6df75543ad
commit 175439f63a
35 changed files with 10 additions and 57 deletions

View File

@@ -23,7 +23,6 @@
if(!comp || !istype(comp, /obj/machinery/modular_computer))
CRASH("Inapropriate type passed to obj/item/modular_computer/processor/New()! Aborting.")
return
// Obtain reference to machinery computer
all_components = list()
idle_threads = list()