forked from qt-creator/qt-creator
Python: remove unused static string
Change-Id: I4357157d98f039c654b16de4e469c18c32bbb0ed Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user