diff options
Diffstat (limited to 'includes/database/select.inc')
-rw-r--r-- | includes/database/select.inc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/includes/database/select.inc b/includes/database/select.inc index 7aa45006b..3d1074773 100644 --- a/includes/database/select.inc +++ b/includes/database/select.inc @@ -44,13 +44,6 @@ class SelectQuery extends Query implements QueryConditionInterface, QueryAlterab protected $tables = array(); /** - * The values to insert into the prepared statement of this query. - * - * @var array - */ - //protected $arguments = array(); - - /** * The fields by which to order this query. * * This is an associative array. The keys are the fields to order, and the value |