Remove redundant function

This commit is contained in:
Paul Gear
2015-12-11 19:09:28 +10:00
parent e89984e316
commit eb1dbc74c7
4 changed files with 6 additions and 12 deletions

View File

@@ -955,12 +955,6 @@ function search_phrase_column($c)
} // search_phrase_column
function quote_sql_word($c)
{
return "`$c`";
} // quote_sql_word
/**
* Constructs the path to an RRD for the Ceph application
* @param string $gtype The type of rrd we're looking for