[FileSystem] Remove EnumerateDirectory
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 31 Oct 2018 22:09:58 +0000 (22:09 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 31 Oct 2018 22:09:58 +0000 (22:09 +0000)
commitfd9461f5e46ce0eca0397e6eeed4f9cea541da08
treebff7329042fe52a166b1c53df2f188506482ce7e
parent3a06c464708b06f54e86911c37d796225bd9dfa8
[FileSystem] Remove EnumerateDirectory

The new implementation of EnumerateDirectory relies on `::no_push()`
being implemented for the VFS recursive directory iterators. However
this patch (D53465) hasn't been landed yet.

llvm-svn: 345787
lldb/include/lldb/Host/FileSystem.h
lldb/source/Host/common/FileSystem.cpp
lldb/unittests/Host/FileSystemTest.cpp