Skip to content

Commit

Permalink
- Remove the unused definitions.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19751 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Mar 25, 2014
1 parent f72a266 commit ac2b965
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions SimulationRuntime/c/meta/meta_modelica.h
Expand Up @@ -420,11 +420,6 @@ extern int isOptionNone(void*any); /* For debugging */
extern void changeStdStreamBuffer(void); /* For debugging */

/* Debugging functions used by OMEdit */
extern char* getRecordElement(modelica_metatype arr, modelica_integer i);
extern char* getListItem(modelica_metatype lst, modelica_integer i);
extern char* getOptionItem(modelica_metatype arr, modelica_integer i);
extern char* getTupleElement(modelica_metatype arr, modelica_integer i);

typedef enum metaType
{
record_metaType = 0,
Expand Down

0 comments on commit ac2b965

Please sign in to comment.