Skip to content

Commit

Permalink
Removed an unused variable
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3057 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Henrik Eriksson committed Jan 16, 2008
1 parent 240ba75 commit fdae7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c_runtime/sendData/sendData.cpp
Expand Up @@ -644,7 +644,7 @@ void initSendData(int variableCount1, int variableCount2, char** statesNames, ch
*/
Static::out->device()->seek(0);
*Static::out << (quint32)0;
qint64 pos = Static::out->device()->pos();
// qint64 pos = Static::out->device()->pos();


*Static::out << (quint32)25;//(2*variableCount1 + variableCount2);
Expand Down

0 comments on commit fdae7de

Please sign in to comment.