Symbian: Remove references to RVCT compiler used on Symbian

Change-Id: I0ebfb74f65ffaf9ea47cc91fa20dd73af62218e5
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Tobias Hunger
2013-07-23 17:01:38 +02:00
parent 78d6e603ed
commit c9cafea3c4
2 changed files with 0 additions and 5 deletions
@@ -80,7 +80,6 @@ const char SHADOWBUILD_TARGETFEATURE_ID[] = "Qt4ProjectManager.TargetFeature.Sha
// Tool chains:
const char GCCE_TOOLCHAIN_ID[] = "Qt4ProjectManager.ToolChain.GCCE";
const char MAEMO_TOOLCHAIN_ID[] = "Qt4ProjectManager.ToolChain.Maemo";
const char RVCT_TOOLCHAIN_ID[] = "Qt4ProjectManager.ToolChain.RVCT";
// ICONS
const char ICON_QTQUICK_APP[] = ":/wizards/images/qtquickapp.png";
@@ -388,7 +388,6 @@ namespace peekandpoke {
void testAnonymousStructs()
{
#ifndef Q_CC_RVCT
union {
struct { int i; int b; };
struct { float f; };
@@ -424,7 +423,6 @@ namespace peekandpoke {
// Continue.
dummyStatement(&a);
#endif
}
void testComplexWatchers()
@@ -529,7 +527,6 @@ namespace anon {
void testAnonymous()
{
#ifndef Q_CC_RVCT
TestAnonymous a;
BREAK_HERE;
// Expand a a.#1 a.#2.
@@ -565,7 +562,6 @@ namespace anon {
// Continue.
dummyStatement(&a, &s, &m);
#endif
}
} // namespace anon