aboutsummaryrefslogtreecommitdiff
path: root/src/xz/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xz/main.c')
-rw-r--r--src/xz/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/xz/main.c b/src/xz/main.c
index 4e24b98d..23a2de1f 100644
--- a/src/xz/main.c
+++ b/src/xz/main.c
@@ -284,9 +284,6 @@ main(int argc, char **argv)
// print an error message, but our stderr could be screwed anyway.
open_stdxxx(E_ERROR);
- // This has to be done before calling any liblzma functions.
- lzma_init();
-
// Set up the locale.
setlocale(LC_ALL, "");