Skip to content

Commit

Permalink
- Fix build.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16633 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Jul 19, 2013
1 parent 45598ef commit e41f150
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 18 deletions.
8 changes: 0 additions & 8 deletions SimulationRuntime/c/fmi/FMI1Common.c
Expand Up @@ -34,14 +34,6 @@ extern "C" {

#include "FMI1Common.h"

/*
* Used for logging import messages.
*/
void importlogger(jm_callbacks* c, jm_string module, jm_log_level_enu_t log_level, jm_string message)
{
printf("module = %s, log level = %s: %s\n", module, jm_log_level_to_string(log_level), message);fflush(NULL);
}

/*
* Used for logging FMU messages.
* Logger function used by the FMU internally.
Expand Down
1 change: 0 additions & 1 deletion SimulationRuntime/c/fmi/FMI1Common.h
Expand Up @@ -51,7 +51,6 @@ typedef struct {
fmi1_event_info_t* FMIEventInfo;
} FMI1ModelExchange;

void importlogger(jm_callbacks* c, jm_string module, jm_log_level_enu_t log_level, jm_string message);
void fmi1logger(fmi1_component_t c, fmi1_string_t instanceName, fmi1_status_t status, fmi1_string_t category, fmi1_string_t message, ...);

#endif
8 changes: 0 additions & 8 deletions SimulationRuntime/c/fmi/FMI2Common.c
Expand Up @@ -34,14 +34,6 @@ extern "C" {

#include "FMI2Common.h"

/*
* Used for logging import messages.
*/
void importlogger(jm_callbacks* c, jm_string module, jm_log_level_enu_t log_level, jm_string message)
{
printf("module = %s, log level = %s: %s\n", module, jm_log_level_to_string(log_level), message);fflush(NULL);
}

/*
* Used for logging FMU messages.
* Logger function used by the FMU 2.0 internally.
Expand Down
1 change: 0 additions & 1 deletion SimulationRuntime/c/fmi/FMI2Common.h
Expand Up @@ -51,7 +51,6 @@ typedef struct {
fmi2_event_info_t* FMIEventInfo;
} FMI2ModelExchange;

void importlogger(jm_callbacks* c, jm_string module, jm_log_level_enu_t log_level, jm_string message);
void fmi2logger(fmi2_component_t c, fmi2_string_t instanceName, fmi2_status_t status, fmi2_string_t category, fmi2_string_t message, ...);

#endif

0 comments on commit e41f150

Please sign in to comment.