summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Coumans <erwincoumans@google.com>2019-05-30 10:34:48 -0700
committerErwin Coumans <erwincoumans@google.com>2019-05-30 10:34:48 -0700
commit63e13d32cbaa0caefc6221703ead36a56dab01b7 (patch)
treed7e2e1c94158faef718369b716a4a3342690942c
parent6b9b30786fed8e40046dc741e6362e6d7967bc02 (diff)
downloadbullet3-63e13d32cbaa0caefc6221703ead36a56dab01b7.tar.gz
remove unused var
-rw-r--r--examples/Importers/ImportMJCFDemo/BulletMJCFImporter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/Importers/ImportMJCFDemo/BulletMJCFImporter.cpp b/examples/Importers/ImportMJCFDemo/BulletMJCFImporter.cpp
index 7714a52fb..26e490d74 100644
--- a/examples/Importers/ImportMJCFDemo/BulletMJCFImporter.cpp
+++ b/examples/Importers/ImportMJCFDemo/BulletMJCFImporter.cpp
@@ -1457,7 +1457,6 @@ bool BulletMJCFImporter::loadMJCF(const char* fileName, MJCFErrorLogger* logger,
int fileId = m_data->m_fileIO->fileOpen(relativeFileName,"r");
char destBuffer[8192];
- char* line = 0;
while (m_data->m_fileIO->readLine(fileId, destBuffer, 8192))
{
xml_string += (std::string(destBuffer) + "\n");