com php-src: remove no longer accurate comment: win32/build/confutils.js
[email protected] (Anatol Belski)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: f160ee1251853bbde150ed65748ccf272fe4fd42 Author: Markus Staab <[email protected]> Tue, 11 Apr 2017 11:47:26 +0200 Committer: Anatol Belski <[email protected]> Tue, 11 Apr 2017 11:53:43 +0200 Parents: fa7bd5eabf902b2e0c4d8c28d6d4eebb0ebcc06f Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=f160ee1251853bbde150ed65748ccf272fe4fd42 Log: remove no longer accurate comment Changed paths: M win32/build/confutils.js Diff: diff --git a/win32/build/confutils.js b/win32/build/confutils.js index 46c4090..43c2596 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') }