mercurial/bundlecaches.py
changeset 51575 f610d705c3ca
parent 51574 9b51a4fb0f96
child 51600 ee1b648e4453
--- 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'}