diff options
Diffstat (limited to 'src/xz/options.h')
-rw-r--r-- | src/xz/options.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/xz/options.h b/src/xz/options.h index d56adc8a..61ec8d58 100644 --- a/src/xz/options.h +++ b/src/xz/options.h @@ -24,13 +24,6 @@ extern lzma_options_delta *options_delta(const char *str); extern lzma_options_bcj *options_bcj(const char *str); -/// \brief Parser for ARM64 options -/// -/// \return Pointer to allocated options structure. -/// Doesn't return on error. -extern lzma_options_arm64 *options_arm64(const char *str); - - /// \brief Parser for LZMA options /// /// \return Pointer to allocated options structure. |