From f160ee1251853bbde150ed65748ccf272fe4fd42 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Tue, 11 Apr 2017 11:47:26 +0200 Subject: [PATCH] remove no longer accurate comment --- win32/build/confutils.js | 1 - 1 file changed, 1 deletion(-) diff --git a/win32/build/confutils.js b/win32/build/confutils.js index 46c4090b4f6..43c2596bcf7 100644 --- a/win32/build/confutils.js +++ b/win32/build/confutils.js @@ -2879,7 +2879,6 @@ function toolset_setup_project_tools() ERROR('bison is required') } - /* TODO throw error, ignore for now for BC. */ if (!PATH_PROG('sed')) { ERROR('sed is required') }