From b8daef5d8b3f58481ac95f7217df8f1509fa0b59 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 28 Mar 2020 00:41:38 +0100 Subject: input: remove deprecated --input-file option This was deprecated 2 releases ago. The deprecation changelog entry says that there are no plans to remove it short-term, but I guess I lied. --- wscript | 5 ----- 1 file changed, 5 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 55f97d29b1..2d570f5531 100644 --- a/wscript +++ b/wscript @@ -262,11 +262,6 @@ iconv support use --disable-iconv.", 'desc': 'any spawnp()/kill() support', 'deps': 'posix-spawn-native || posix-spawn-android', 'func': check_true, - }, { - 'name': 'win32-pipes', - 'desc': 'Windows pipe support', - 'func': check_true, - 'deps': 'win32-desktop && !posix', }, { 'name': 'glob-posix', 'desc': 'glob() POSIX support', -- cgit v1.2.3