From 4a862c932e51a62d4e3204e26d0b4505c6595ce1 Mon Sep 17 00:00:00 2001 From: Valeri Date: Wed, 21 Jun 2023 11:23:06 +0300 Subject: [PATCH] meson_options.txt: remove leftover noascii option (#282) --- meson_options.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/meson_options.txt b/meson_options.txt index ea962c2..482f89f 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -5,13 +5,6 @@ option( description : 'Build and run tests' ) -option( - 'noascii', - type : 'boolean', - value : false, - description : 'Enable support for non-ASCII enumeration identifier' -) - option( 'hash', type : 'boolean',