aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/customtoolchain.cpp
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-10-08 10:38:50 +0200
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-10-08 09:38:30 +0000
commita004cfbdd009b30d91df1dea1dd1b87a92f36035 (patch)
treeea8e91305cb4297fe3525011ed841c9c688b9509 /src/plugins/projectexplorer/customtoolchain.cpp
parent051bbb1cd0275282563003579a75f8565bed9ae4 (diff)
ToolchainFactory: Remove unused typeid
Change-Id: Id13787d549312251fbe806076b9ad594ab16c2d2 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
Diffstat (limited to 'src/plugins/projectexplorer/customtoolchain.cpp')
-rw-r--r--src/plugins/projectexplorer/customtoolchain.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/customtoolchain.cpp b/src/plugins/projectexplorer/customtoolchain.cpp
index a23136b915..b7d38dc7cd 100644
--- a/src/plugins/projectexplorer/customtoolchain.cpp
+++ b/src/plugins/projectexplorer/customtoolchain.cpp
@@ -372,7 +372,6 @@ namespace Internal {
CustomToolChainFactory::CustomToolChainFactory()
{
- setTypeId(Constants::CUSTOM_TOOLCHAIN_TYPEID);
setDisplayName(tr("Custom"));
}