summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-init.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-10-09 13:31:36 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-10-09 13:31:36 -0400
commit76f231905a92c13188a3d6629393eb3ec93c4548 (patch)
tree64096c0f9c1acdc7d93d9a4d14e0b078ec32f165 /pts-core/functions/pts-init.php
parentca9a35d77ea1d50065d6a055fe0a7d63c32f0717 (diff)
downloadphoronix-test-suite-upstream-76f231905a92c13188a3d6629393eb3ec93c4548.tar.gz
phoronix-test-suite-upstream-76f231905a92c13188a3d6629393eb3ec93c4548.tar.xz
phoronix-test-suite-upstream-76f231905a92c13188a3d6629393eb3ec93c4548.zip
pts-core: Add RunMode tag to suite XML and if it's set to "PCQS", enable
IS_PCQS_MODE
Diffstat (limited to 'pts-core/functions/pts-init.php')
-rw-r--r--pts-core/functions/pts-init.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/pts-core/functions/pts-init.php b/pts-core/functions/pts-init.php
index dd1dd56..266d779 100644
--- a/pts-core/functions/pts-init.php
+++ b/pts-core/functions/pts-init.php
@@ -177,8 +177,6 @@ function pts_extended_init()
define("IS_FIRST_RUN_TODAY", true);
else
define("IS_FIRST_RUN_TODAY", false);
-
- define("IS_PCQS_MODE", false);
}
function __autoload($to_load)
{