Removed config_get_names_with_prefix() which made no sense

8.0.x
Greg Dunlap 2012-02-22 21:00:03 -08:00
parent 13db511a47
commit 0242e3e8b5
1 changed files with 0 additions and 13 deletions

View File

@ -109,19 +109,6 @@ function config_get_verified_storage_names_with_prefix($prefix = '') {
return DrupalVerifiedStorageSQL::getNamesWithPrefix($prefix);
}
/**
* @todo
*
* @param $prefix
* @todo
*
* @return
* @todo
*/
function config_get_names_with_prefix($prefix) {
return config_get_verified_storage_names_with_prefix($prefix);
}
/**
* Retrieves a configuration object.
*