# HG changeset patch # User Pierre-Yves David # Date 1712666508 -7200 # Node ID f610d705c3ca2e4c35925a6c9290f1ba0af4121a # Parent 9b51a4fb0f965e8eb723094c865dfa98879e4690 bundlespec: drop unused _bundlespecvariants dictionary Why do we have a `_bundlespecvariants`? diff -r 9b51a4fb0f96 -r f610d705c3ca mercurial/bundlecaches.py --- a/mercurial/bundlecaches.py Tue Apr 09 14:37:24 2024 +0200 +++ b/mercurial/bundlecaches.py Tue Apr 09 14:41:48 2024 +0200 @@ -160,8 +160,6 @@ } _bundlespeccontentopts[b'bundle2'] = _bundlespeccontentopts[b'v2'] -_bundlespecvariants = {b"streamv2": {}} - # Compression engines allowed in version 1. THIS SHOULD NEVER CHANGE. _bundlespecv1compengines = {b'gzip', b'bzip2', b'none'}