Skip to content

Commit

Permalink
[lldb] Remove unused inheritance in RegularExpression
Browse files Browse the repository at this point in the history
D66174 left inherited llvm::Regex which is now a member variable there.

Approved as a part of: https://reviews.llvm.org/D66392#1634575

llvm-svn: 369235
  • Loading branch information
jankratochvil committed Aug 19, 2019
1 parent 1e33561 commit 0697bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lldb/include/lldb/Utility/RegularExpression.h
Expand Up @@ -15,7 +15,7 @@

namespace lldb_private {

class RegularExpression : public llvm::Regex {
class RegularExpression {
public:
/// Default constructor.
///
Expand Down

0 comments on commit 0697bcd

Please sign in to comment.