diff options
Diffstat (limited to 'src/liblzma/api/lzma/vli.h')
-rw-r--r-- | src/liblzma/api/lzma/vli.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/liblzma/api/lzma/vli.h b/src/liblzma/api/lzma/vli.h index 097801a4..f9ad1550 100644 --- a/src/liblzma/api/lzma/vli.h +++ b/src/liblzma/api/lzma/vli.h @@ -3,8 +3,6 @@ * \brief Variable-length integer handling * \note Never include this file directly. Use <lzma.h> instead. * - * See ../lzma.h for information about liblzma as a whole. - * * In the .xz format, most integers are encoded in a variable-length * representation, which is sometimes called little endian base-128 encoding. * This saves space when smaller values are more likely than bigger values. |