Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/Db.php')
-rw-r--r--core/Db.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/core/Db.php b/core/Db.php
index 8cd1d082cf..1dd7bbf16c 100644
--- a/core/Db.php
+++ b/core/Db.php
@@ -491,19 +491,6 @@ class Db
}
/**
- * Get columns information from table
- *
- * @param string|array $table The name of the table you want to get the columns definition for.
- * @return \Zend_Db_Statement
- * @deprecated since 2.11.0
- */
- public static function getColumnNamesFromTable($table)
- {
- $tableMetadataAccess = new TableMetadata();
- return $tableMetadataAccess->getColumns($table);
- }
-
- /**
* Locks the supplied table or tables.
*
* **NOTE:** Piwik does not require the `LOCK TABLES` privilege to be available. Piwik