// file : build2/depdb.ixx -*- C++ -*- // copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file namespace build2 { #ifndef BUILD2_MTIME_CHECK inline void depdb:: verify (const path_type&, timestamp) { } inline void depdb:: verify (timestamp, const path_type&, const path_type&, timestamp) { } #endif }