diff options
| author | Nathan Moinvaziri <nathan@nathanm.com> | 2024-01-21 10:45:36 -0800 |
|---|---|---|
| committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2024-01-30 20:50:05 +0100 |
| commit | 379eda2e802f144c957ffcd4247403dca0c33423 (patch) | |
| tree | b00af026a09e8cab114524d8de0b9a830ae034b9 /cpu_features.h | |
| parent | 8e0e24cd188a093c79e415554e3b21713388b39d (diff) | |
| download | Project-Tick-379eda2e802f144c957ffcd4247403dca0c33423.tar.gz Project-Tick-379eda2e802f144c957ffcd4247403dca0c33423.zip | |
Remove type declarations for z_stream/zng_stream from cpu_features.
Diffstat (limited to 'cpu_features.h')
| -rw-r--r-- | cpu_features.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cpu_features.h b/cpu_features.h index ea37a0be1e..4794492ef7 100644 --- a/cpu_features.h +++ b/cpu_features.h @@ -6,12 +6,6 @@ #ifndef CPU_FEATURES_H_ #define CPU_FEATURES_H_ -#ifdef ZLIB_COMPAT -typedef struct z_stream_s z_stream; -#else -typedef struct zng_stream_s zng_stream; -#endif - #if defined(X86_FEATURES) # include "arch/x86/x86_features.h" #elif defined(ARM_FEATURES) |
