aboutsummaryrefslogtreecommitdiff
path: root/src/xz/mytime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xz/mytime.h')
-rw-r--r--src/xz/mytime.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/xz/mytime.h b/src/xz/mytime.h
index ea291eed..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.
@@ -43,5 +39,5 @@ extern void mytime_set_flush_time(void);
///
/// This returns -1 if no timed flushing is used.
///
-/// The return value is inteded for use with poll().
+/// The return value is intended for use with poll().
extern int mytime_get_flush_timeout(void);