remove unused function
This commit is contained in:
parent
f566df3fca
commit
e458959ea3
1 changed files with 0 additions and 4 deletions
|
@ -62,10 +62,6 @@ using boost::shared_ptr;
|
||||||
using mapnik::attribute_descriptor;
|
using mapnik::attribute_descriptor;
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
// TODO: move to sql_utils
|
|
||||||
std::string quote_literal(std::string& s) {
|
|
||||||
return "'" + s + "'"; // TODO: escape internal quotes
|
|
||||||
}
|
|
||||||
|
|
||||||
// TODO: move to sql_utils
|
// TODO: move to sql_utils
|
||||||
std::string quote_ident(std::string& s) {
|
std::string quote_ident(std::string& s) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue