Remove the datum pool (#2873)

Removes the datum pool.

New-qdel is faster than pooling, and we didn't use it anyways.
This commit is contained in:
Lohikar
2017-06-30 13:10:14 +03:00
committed by skull132
parent cf7359e03e
commit 27251ee9ee
9 changed files with 1 additions and 196 deletions
-5
View File
@@ -22,11 +22,6 @@
return ..()
/datum/pipeline/resetVariables()
..("members", "edges")
members = list()
edges = list()
/datum/pipeline/process()//This use to be called called from the pipe networks
//Check to see if pressure is within acceptable limits
var/pressure = air.return_pressure()