potentially breaking: unused vars

This commit is contained in:
DarthArgus
2014-10-26 23:28:34 -07:00
parent 982290924a
commit 4d2287d072
27 changed files with 2 additions and 35 deletions
@@ -139,8 +139,6 @@ inline void DataTableWriter::NamedDataTable::setName(const std::string& name)
std::string & DataTableWriterNamespace::unquotify(std::string &s)
{
static const std::string quote = "\"";
//First strip any beginning end quotes.
if (s.length() >= 2)
{