aboutsummaryrefslogtreecommitdiff
path: root/build2/depdb.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-11-26 10:21:49 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-11-26 10:21:49 +0200
commitb48666e580abf54d426d13840f49242aa2569bb2 (patch)
treefdeb864cf2418e35234c9815ed452c00de926a78 /build2/depdb.hxx
parentfd0ce3ab9a6caf1e29b3d3a074e51d29d51aa5b4 (diff)
Cleanup backwards modification time workaround code
Diffstat (limited to 'build2/depdb.hxx')
-rw-r--r--build2/depdb.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/build2/depdb.hxx b/build2/depdb.hxx
index d00418f..66d89e9 100644
--- a/build2/depdb.hxx
+++ b/build2/depdb.hxx
@@ -257,11 +257,6 @@ namespace build2
#ifdef BUILD2_MTIME_CHECK
timestamp start_;
- /*
-#ifdef _WIN32
- timestamp wtime_;
-#endif
- */
#endif
};
}