##// END OF EJS Templates
bundlespec: drop unused _bundlespecvariants dictionary...
marmoute -
r52468:f610d705 default
parent child Browse files
Show More
@@ -160,8 +160,6 b' class bundlespec:'
160 }
160 }
161 _bundlespeccontentopts[b'bundle2'] = _bundlespeccontentopts[b'v2']
161 _bundlespeccontentopts[b'bundle2'] = _bundlespeccontentopts[b'v2']
162
162
163 _bundlespecvariants = {b"streamv2": {}}
164
165 # Compression engines allowed in version 1. THIS SHOULD NEVER CHANGE.
163 # Compression engines allowed in version 1. THIS SHOULD NEVER CHANGE.
166 _bundlespecv1compengines = {b'gzip', b'bzip2', b'none'}
164 _bundlespecv1compengines = {b'gzip', b'bzip2', b'none'}
167
165
General Comments 0
You need to be logged in to leave comments. Login now