Python: remove unused static string

Change-Id: I4357157d98f039c654b16de4e469c18c32bbb0ed
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
David Schulz
2019-10-02 10:41:36 +02:00
parent 6613185933
commit aa8ce0ba24

View File

@@ -126,7 +126,6 @@ FilePath getPylsModulePath(CommandLine pylsCommand)
+ QRegularExpression::escape(
QDir::toNativeSeparators("/pyls/__init__.py"))
+ '$';
static const QString cachedPattern = " matches " + pylsInitPattern;
static const QRegularExpression regexCached(" matches " + pylsInitPattern,
QRegularExpression::MultilineOption);
static const QRegularExpression regexNotCached(" code object from " + pylsInitPattern,