static void removeLispStatement(LispStatement s) { if (s == null) ret; lispStatements_cached().remove(s.globalID); lispChange(); }