summaryrefslogtreecommitdiffstats
path: root/system/core
diff options
context:
space:
mode:
authorPascal Kriete <pascal@pascalkriete.com>2011-11-14 19:39:37 +0100
committerPascal Kriete <pascal@pascalkriete.com>2011-11-14 19:39:37 +0100
commitfbcf88b9687ed25c71f0036112f9a120a7623302 (patch)
tree3fd56cfb82b5acf90f88e16ecb2a6cc3ad2687ca /system/core
parent61d1977d4b1a37043ed7dde43701483bf2714785 (diff)
Removing stray docblocks
Diffstat (limited to 'system/core')
-rwxr-xr-xsystem/core/CodeIgniter.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php
index d9977e1ca..db1aee574 100755
--- a/system/core/CodeIgniter.php
+++ b/system/core/CodeIgniter.php
@@ -33,12 +33,6 @@
* @var string
*
*/
- /**
- * CodeIgniter Version
- *
- * @var string
- *
- */
define('CI_VERSION', '2.1.0');
/**
@@ -47,12 +41,6 @@
* @var boolean
*
*/
- /**
- * CodeIgniter Branch (Core = TRUE, Reactor = FALSE)
- *
- * @var string
- *
- */
define('CI_CORE', FALSE);
/*