summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/core/Input.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/system/core/Input.php b/system/core/Input.php
index cbb185a8d..2e38e4501 100644
--- a/system/core/Input.php
+++ b/system/core/Input.php
@@ -841,21 +841,6 @@ class CI_Input {
// --------------------------------------------------------------------
/**
- * Is CLI request?
- *
- * Test to see if a request was made from the command line.
- *
- * @deprecated 3.0.0 Use is_cli() instead
- * @return bool
- */
- public function is_cli_request()
- {
- return is_cli();
- }
-
- // --------------------------------------------------------------------
-
- /**
* Get Request Method
*
* Return the request method