summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorfreewil <sean@eternalrise.com>2011-09-30 03:57:27 +0200
committerfreewil <sean@eternalrise.com>2011-09-30 03:57:27 +0200
commitf6faa536b11f2ded3973a3e976938e99537ba16a (patch)
tree083f59541353d02daa9332d8029c0ae0c04ecf63 /system
parent73b295ce336b7f2079895cc59d9c3c9e6713c84c (diff)
cleanup docblocks, remove dated CI_CORE constant
Diffstat (limited to 'system')
-rwxr-xr-xsystem/core/CodeIgniter.php20
1 files changed, 0 insertions, 20 deletions
diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php
index aca4fb23c..9f88384b1 100755
--- a/system/core/CodeIgniter.php
+++ b/system/core/CodeIgniter.php
@@ -33,28 +33,8 @@
* @var string
*
*/
- /**
- * CodeIgniter Version
- *
- * @var string
- *
- */
define('CI_VERSION', '2.1.0-dev');
-/**
- * CodeIgniter Branch (Core = TRUE, Reactor = FALSE)
- *
- * @var boolean
- *
- */
- /**
- * CodeIgniter Branch (Core = TRUE, Reactor = FALSE)
- *
- * @var string
- *
- */
- define('CI_CORE', FALSE);
-
/*
* ------------------------------------------------------
* Load the global functions