summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/pdo/subdrivers/pdo_dblib_forge.php
diff options
context:
space:
mode:
authorZachary Flower <zach@ninjaninja.net>2014-11-03 18:43:28 +0100
committerZachary Flower <zach@ninjaninja.net>2014-11-03 18:43:28 +0100
commitce8aa3b5abe0b20da7dbee70fb49f440ad41b15c (patch)
tree54eaadc4d4f1a99a2b2990c89a63828f6a221563 /system/database/drivers/pdo/subdrivers/pdo_dblib_forge.php
parente4b10bf0ad59049ed78ed9cfc5f708188f3cd442 (diff)
Remove comment field definition from all other forge classes
Diffstat (limited to 'system/database/drivers/pdo/subdrivers/pdo_dblib_forge.php')
-rw-r--r--system/database/drivers/pdo/subdrivers/pdo_dblib_forge.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/system/database/drivers/pdo/subdrivers/pdo_dblib_forge.php b/system/database/drivers/pdo/subdrivers/pdo_dblib_forge.php
index d9c766ec1..c0ee490ce 100644
--- a/system/database/drivers/pdo/subdrivers/pdo_dblib_forge.php
+++ b/system/database/drivers/pdo/subdrivers/pdo_dblib_forge.php
@@ -72,13 +72,6 @@ class CI_DB_pdo_dblib_forge extends CI_DB_pdo_forge {
'REAL' => 'FLOAT'
);
- /**
- * COMMENT value representation in CREATE/ALTER TABLE statements
- *
- * @var string
- */
- protected $_comment = FALSE;
-
// --------------------------------------------------------------------
/**