aboutsummaryrefslogtreecommitdiff
path: root/src/xz/mytime.h
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2020-01-26 20:19:19 +0200
committerLasse Collin <lasse.collin@tukaani.org>2020-01-26 20:25:52 +0200
commitfd47fd62bbb1bfd13ab63869137971d8b390025f (patch)
treed40821d7650cb54e27e7ba783f84df136d993912 /src/xz/mytime.h
parentxz: coder.c: Make writing output a separate function. (diff)
downloadxz-fd47fd62bbb1bfd13ab63869137971d8b390025f.tar.xz
xz: Move flush_needed from mytime.h to file_pair struct in file_io.h.
Diffstat (limited to '')
-rw-r--r--src/xz/mytime.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/xz/mytime.h b/src/xz/mytime.h
index 4505724c..a7be2aa7 100644
--- a/src/xz/mytime.h
+++ b/src/xz/mytime.h
@@ -21,10 +21,6 @@
extern uint64_t opt_flush_timeout;
-/// \brief True when flushing is needed due to expired timeout
-extern bool flush_needed;
-
-
/// \brief Store the time when (de)compression was started
///
/// The start time is also stored as the time of the first flush.