OSDN Git Service

remove: definition E_STRICT
authorSotaro KARASAWA <sotarok@users.sourceforge.jp>
Sat, 8 Jan 2011 16:17:34 +0000 (01:17 +0900)
committerSotaro KARASAWA <sotarok@users.sourceforge.jp>
Sat, 8 Jan 2011 16:17:34 +0000 (01:17 +0900)
Ethna.php

index cf35082..a845408 100644 (file)
--- a/Ethna.php
+++ b/Ethna.php
@@ -309,10 +309,6 @@ define('E_PLUGIN_NOTFOUND', 196);
 /** エラーコード: プラグインエラー(その他) */
 define('E_PLUGIN_GENERAL', 197);
 
-/** PHP 5との互換保持定義 */
-if (defined('E_STRICT') == false) {
-    define('E_STRICT', 2048);
-}
 if (defined('E_DEPRECATED') == false) {
     define('E_DEPRECATED', 8192);
 }