The unified diff between revisions [53526fc1..] and [5587f68e..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'change_set.hh'
#
#
# patch "change_set.hh"
# from [c9d0a8fa88d57ae3e6d479d2d62a1e5ea0016ed3]
# to [a060f0c256cd5fb1c1156b130eaf3842976012fe]
#
============================================================
--- change_set.hh c9d0a8fa88d57ae3e6d479d2d62a1e5ea0016ed3
+++ change_set.hh a060f0c256cd5fb1c1156b130eaf3842976012fe
@@ -77,24 +77,6 @@ null_name(file_path const & p)
return p.empty();
}
-inline bool
-null_id(file_id const & i)
-{
- return i.inner()().empty();
-}
-
-inline bool
-null_id(manifest_id const & i)
-{
- return i.inner()().empty();
-}
-
-inline bool
-null_id(revision_id const & i)
-{
- return i.inner()().empty();
-}
-
inline file_path const &
delta_entry_path(change_set::delta_map::const_iterator i)
{