Remove old comment from DB\IO class about encoding settings

This commit is contained in:
Clemens Schwaighofer
2022-04-08 19:59:37 +09:00
parent e463f48ad4
commit 41cff5e3c6

View File

@@ -410,9 +410,6 @@ class IO
false
);
// set the target encoding to the DEFAULT_ENCODING if it is one of them: EUC, Shift_JIS, UTF-8
// @ the moment set only from outside
// set loop protection max count
$this->MAX_QUERY_CALL = self::DEFAULT_MAX_QUERY_CALL;