CLEANUP: quic: Remove unused CUBIC_BETA_SCALE_FACTOR_SHIFT macro.

This macro is not used and has a confusing name.

Should be backported as far as 2.6.
This commit is contained in:
Frederic Lecaille 2024-01-25 07:47:46 +01:00
parent b9a163e7e1
commit 574cf3fe00
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@
#define CUBIC_BETA 717 /* CUBIC_BETA / CUBIC_BETA_SCALE = 0.7 */
#define CUBIC_C 410 /* CUBIC_C / CUBIC_BETA_SCALE = 0.4 */
#define CUBIC_BETA_SCALE_FACTOR_SHIFT (3 * CUBIC_BETA_SCALE_SHIFT)
#define TIME_SCALE_FACTOR_SHIFT 10
/* The maximum value which may be cubed an multiplied by CUBIC_BETA */