aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/language/builtinvalue.h
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2014-10-29 11:20:14 +0100
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2014-10-29 14:22:11 +0100
commit167950d064c6b1bd1fb6c9fdd390873ebc29ae97 (patch)
treeb07676e7298fa6819059952e8db9fdf2604e0102 /src/lib/corelib/language/builtinvalue.h
parentc56b691908f7edbb6d6f74ba2d1d20cf2b7f4e9d (diff)
remove qbs.getHostOS()
The weird hostOS: getHostOS() indirection isn't needed anymore. I'm feeling lucky, therefore I claim that nobody used getHostOS(). Change-Id: I77f365ec2d736b0c37ce979da761f9f9ae250a31 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'src/lib/corelib/language/builtinvalue.h')
-rw-r--r--src/lib/corelib/language/builtinvalue.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/corelib/language/builtinvalue.h b/src/lib/corelib/language/builtinvalue.h
index 5699ab213..2f4a905b6 100644
--- a/src/lib/corelib/language/builtinvalue.h
+++ b/src/lib/corelib/language/builtinvalue.h
@@ -43,7 +43,6 @@ public:
{
GetNativeSettingFunction,
GetEnvFunction,
- GetHostOSFunction,
CanonicalArchitectureFunction
};