mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 11:25:33 +08:00
Ref T210, removed branch flags
Our distribution concept allows dynamic assigments of the distribution. So a particular version can change its stability.
This commit is contained in:
@@ -62,14 +62,8 @@ namespace BlackConfig
|
||||
//! Release build?
|
||||
static bool isReleaseBuild();
|
||||
|
||||
//! DEV. branch?
|
||||
static bool isDevBranch(); // defined in buildconfig_gen.cpp.in
|
||||
|
||||
//! STABLE branch?
|
||||
static bool isStableBranch(); // defined in buildconfig_gen.cpp.in
|
||||
|
||||
//! Can run in dev. environment?
|
||||
static bool canRunInDeveloperEnvironment();
|
||||
//! Local build for developers
|
||||
static bool isLocalDeveloperDebugBuild();
|
||||
|
||||
//! Vatsim enabled version?
|
||||
static bool isVatsimVersion(); // defined in buildconfig_gen.cpp.in
|
||||
|
||||
Reference in New Issue
Block a user