aboutsummaryrefslogtreecommitdiff
path: root/build2/depdb.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/depdb.ixx')
-rw-r--r--build2/depdb.ixx6
1 files changed, 1 insertions, 5 deletions
diff --git a/build2/depdb.ixx b/build2/depdb.ixx
index 80a2ea6..cf67434 100644
--- a/build2/depdb.ixx
+++ b/build2/depdb.ixx
@@ -23,11 +23,7 @@ namespace build2
inline bool depdb::
mtime_check ()
{
- // Note: options were validated in main().
- //
- return (ops. mtime_check () ? true :
- ops.no_mtime_check () ? false :
- BUILD2_MTIME_CHECK);
+ return mtime_check_option ? *mtime_check_option : BUILD2_MTIME_CHECK;
}
inline void depdb::