Remove std::experimental uses

This commit is contained in:
Jacob Dufault 2018-01-31 21:18:32 -08:00
parent a2c1cb4a83
commit 301d295f79
2 changed files with 0 additions and 4 deletions

View File

@ -10,8 +10,6 @@
#include <vector>
using namespace std::experimental;
optional<lsDiagnostic> BuildAndDisposeDiagnostic(CXDiagnostic diagnostic,
const std::string& path);

View File

@ -30,8 +30,6 @@ struct IndexType;
struct IndexFunc;
struct IndexVar;
using namespace std::experimental;
// The order matters. In FindSymbolsAtLocation, we want Var/Func ordered in
// front of others.
enum class SymbolKind : uint8_t { Invalid, File, Type, Func, Var };