summaryrefslogtreecommitdiffstats
path: root/codebase/data_connector.php
diff options
context:
space:
mode:
Diffstat (limited to 'codebase/data_connector.php')
-rw-r--r--codebase/data_connector.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/codebase/data_connector.php b/codebase/data_connector.php
index 2a4e0a3..1511d41 100644
--- a/codebase/data_connector.php
+++ b/codebase/data_connector.php
@@ -113,9 +113,6 @@ class DataConnector extends Connector{
$this->sections[$name] = $string;
}
- protected function parse_request_mode(){
- //do nothing, at least for now
- }
//parse GET scoope, all operations with incoming request must be done here
protected function parse_request(){