remove unused function

This commit is contained in:
Dane Springmeyer 2014-08-12 19:27:03 -07:00
parent f566df3fca
commit e458959ea3

View file

@ -62,10 +62,6 @@ using boost::shared_ptr;
using mapnik::attribute_descriptor;
namespace {
// TODO: move to sql_utils
std::string quote_literal(std::string& s) {
return "'" + s + "'"; // TODO: escape internal quotes
}
// TODO: move to sql_utils
std::string quote_ident(std::string& s) {