Skip to content

Commit

Permalink
- remove unused variable
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24254 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
lochel committed Jan 28, 2015
1 parent 6d9aa04 commit af7ae50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SimulationRuntime/c/simulation/simulation_runtime.cpp
Expand Up @@ -961,7 +961,6 @@ static void omc_assert_simulation(threadData_t *threadData, FILE_INFO info, cons

static void omc_assert_warning_simulation(FILE_INFO info, const char *msg, ...)
{
threadData_t *threadData = (threadData_t*)pthread_getspecific(mmc_thread_data_key);
va_list args;
va_start(args, msg);
warningStreamPrint(LOG_ASSERT, 0, msg, args);
Expand Down

0 comments on commit af7ae50

Please sign in to comment.