diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2020-01-26 20:19:19 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2020-02-05 22:00:28 +0200 |
commit | acc0ef3ac80f18e349c6d0252177707105c0a29c (patch) | |
tree | 2944d71bf48ef6c7ec2253a37c6fa9ffa26e4124 /src/xz/mytime.h | |
parent | xz: coder.c: Make writing output a separate function. (diff) | |
download | xz-acc0ef3ac80f18e349c6d0252177707105c0a29c.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.h | 4 |
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. |