Skip to content

Commit

Permalink
- Remove unused
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10105 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Oct 13, 2011
1 parent 659511d commit 0a73368
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion FMI/import/source/xmlparser.c
Expand Up @@ -274,7 +274,6 @@ const char * getDescription(ModelDescription* md, ScalarVariable* sv) {
const char * getVariableAttributeString(ModelDescription* md,
fmiValueReference vr, Elm type, Att a){
const char* value;
const char* declaredType;
Type* tp;
ScalarVariable* sv = getVariable(md, vr, type);
if (!sv) return NULL;
Expand Down

0 comments on commit 0a73368

Please sign in to comment.