[Lldb-commits] [lldb] 95bfeb5 - [lldb] Delete two unneeded <regex>
Fangrui Song via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 21 18:11:37 PDT 2020
Author: Fangrui Song
Date: 2020-09-21T18:11:26-07:00
New Revision: 95bfeb5903c7b75a0a9ddf5c4b53e4308bb05486
URL: https://github.com/llvm/llvm-project/commit/95bfeb5903c7b75a0a9ddf5c4b53e4308bb05486
DIFF: https://github.com/llvm/llvm-project/commit/95bfeb5903c7b75a0a9ddf5c4b53e4308bb05486.diff
LOG: [lldb] Delete two unneeded <regex>
Added:
Modified:
lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
lldb/source/Target/Trace.cpp
Removed:
################################################################################
diff --git a/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp b/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
index 1001514edede..aaf839407134 100644
--- a/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
+++ b/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
@@ -52,8 +52,6 @@
#include "Plugins/Language/CPlusPlus/MSVCUndecoratedNameParser.h"
#include "Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h"
-#include <regex>
-
using namespace lldb;
using namespace lldb_private;
using namespace llvm::pdb;
diff --git a/lldb/source/Target/Trace.cpp b/lldb/source/Target/Trace.cpp
index 6a1f8eadee1b..afe4ee20be48 100644
--- a/lldb/source/Target/Trace.cpp
+++ b/lldb/source/Target/Trace.cpp
@@ -8,7 +8,6 @@
#include "lldb/Target/Trace.h"
-#include <regex>
#include <sstream>
#include "llvm/Support/Format.h"
More information about the lldb-commits
mailing list