summaryrefslogtreecommitdiffstats
path: root/system/database/drivers
diff options
context:
space:
mode:
authorkenjis <kenji.uui@gmail.com>2016-06-28 04:20:35 +0200
committerkenjis <kenji.uui@gmail.com>2016-06-28 04:20:35 +0200
commit4b933ad9d24daf67e28d804b95a231a707afede3 (patch)
tree97e2e992ab4eaaa98cf317a237dad9c5bf53b1e8 /system/database/drivers
parente947ff5e84e46cef404c7403e0d94b206c1a6404 (diff)
Remove duplicated $_create_table_if
Signed-off-by: Kenji Suzuki <kenji.uui@gmail.com>
Diffstat (limited to 'system/database/drivers')
-rw-r--r--system/database/drivers/pdo/subdrivers/pdo_oci_forge.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/system/database/drivers/pdo/subdrivers/pdo_oci_forge.php b/system/database/drivers/pdo/subdrivers/pdo_oci_forge.php
index f7b7f8f5a..94a52ffc8 100644
--- a/system/database/drivers/pdo/subdrivers/pdo_oci_forge.php
+++ b/system/database/drivers/pdo/subdrivers/pdo_oci_forge.php
@@ -68,13 +68,6 @@ class CI_DB_pdo_oci_forge extends CI_DB_pdo_forge {
protected $_drop_database = FALSE;
/**
- * CREATE TABLE IF statement
- *
- * @var string
- */
- protected $_create_table_if = 'CREATE TABLE IF NOT EXISTS';
-
- /**
* UNSIGNED support
*
* @var bool|array