forked from qt-creator/qt-creator
Docker: Remove unused function
Change-Id: I683de49c08411087e47be84265cbab62d4d0738e Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -145,9 +145,6 @@ public:
|
||||
~DockerDevicePrivate() { stopCurrentContainer(); }
|
||||
|
||||
RunResult runInShell(const CommandLine &cmd, const QByteArray &stdInData = {});
|
||||
bool runInShellSuccess(const CommandLine &cmd, const QByteArray &stdInData = {}) {
|
||||
return runInShell(cmd, stdInData).exitCode == 0;
|
||||
}
|
||||
|
||||
void updateContainerAccess();
|
||||
void changeMounts(QStringList newMounts);
|
||||
|
||||
Reference in New Issue
Block a user