Re: [libcxx] r290856 - build: remove now unused UNIX_CAT

2017-01-02 Thread Eric Fiselier via cfe-commits
Woops. Thanks for cleaning up that dead code. On Mon, Jan 2, 2017 at 9:23 PM, Saleem Abdulrasool via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: compnerd > Date: Mon Jan 2 22:23:50 2017 > New Revision: 290856 > > URL: http://llvm.org/viewvc/llvm-project?rev=290856&view=rev > Log:

[libcxx] r290856 - build: remove now unused UNIX_CAT

2017-01-02 Thread Saleem Abdulrasool via cfe-commits
Author: compnerd Date: Mon Jan 2 22:23:50 2017 New Revision: 290856 URL: http://llvm.org/viewvc/llvm-project?rev=290856&view=rev Log: build: remove now unused UNIX_CAT THe previous change replaced the use of `cat` or `type` with a custom python script. Remove the now unused command determining.