mirror of
https://github.com/SWG-Source/src.git
synced 2026-09-26 13:13:14 -04:00
potentially breaking: unused vars
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user