ProjectExplorer: Remove Run{Control,Configuration}::abi

Unused now, and arguably not a valid concept anymore.
A run control may consist of different runworkers,
'operating' on different systems.

Since the removed RunConfiguration::abi() implementation uses
only public Target ABI, user code could revive that locally
in case it was needed again.

Change-Id: I658c6e88b4a1aec18bf4de91fc86230552bc0710
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
hjk
2018-09-18 12:57:34 +02:00
parent db4e7b2224
commit f18176d6c0
6 changed files with 0 additions and 35 deletions

View File

@@ -44,7 +44,6 @@ public:
private:
ProjectExplorer::Runnable runnable() const final;
QString disabledReason() const final;
ProjectExplorer::Abi abi() const final;
void updateEnabledState() final;
QString mainScript() const;