HomePhorge

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

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
rPU543f331af8fc: (#9051) Get the compiler out of the ActiveRecord business.
Branches
Unknown
Tags
Unknown

Event Timeline

Daniel Pittman <daniel@puppetlabs.com> committed rPU6420ede0f2fc: (#9051) Dead code elimination in the compiler terminus. (authored by Daniel Pittman <daniel@puppetlabs.com>).Aug 24 2011, 1:44 AM