HomePhorge

(#9051) Dead code elimination in the compiler terminus.
611c466e235aUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(#9051) Dead code elimination in the compiler terminus.

The update_node_check method in the compiler terminus used to be used for
compilation checking, but that went the way of the dodo a long time back.

Since nothing and no one in the codebase actually uses this method, and it is
the last lingering bit of database access in the compiler, we can ditch it and
gratefully separate out the compiler from any direct database relationship.

Signed-off-by: Daniel Pittman <daniel@puppetlabs.com>

Details

Provenance
Daniel Pittman <daniel@puppetlabs.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU6e0ff6a77e00: (#9051) Get the compiler out of the ActiveRecord business.
Branches
Unknown
Tags
Unknown

Event Timeline

Daniel Pittman <daniel@puppetlabs.com> committed rPU611c466e235a: (#9051) Dead code elimination in the compiler terminus. (authored by Daniel Pittman <daniel@puppetlabs.com>).Aug 26 2011, 2:18 AM