diff --git a/src/libpriv/rpmostree-core.cxx b/src/libpriv/rpmostree-core.cxx index 6386fb04..2d459fad 100644 --- a/src/libpriv/rpmostree-core.cxx +++ b/src/libpriv/rpmostree-core.cxx @@ -4752,6 +4752,8 @@ rpmostree_context_commit (RpmOstreeContext *self, } else if (assemble_type == RPMOSTREE_ASSEMBLE_TYPE_SERVER_BASE) { + /* Note this branch isn't actually used today; the compose side commit + * code is in impl_commit_tree(). */ g_autoptr(GVariant) spec_v = g_variant_ref_sink (rpmostree_treespec_to_variant (self->spec));