Browse Source

rm redundant redeclaration

pre-master-46
dwarning 6 years ago
committed by Holger Vogt
parent
commit
5d999be998
  1. 4
      src/xspice/icm/dlmain.c

4
src/xspice/icm/dlmain.c

@ -70,10 +70,6 @@ extern CM_EXPORT void *CMudns(void);
extern CM_EXPORT void *CMudnNum(void);
extern CM_EXPORT void *CMgetCoreItfPtr(void);
extern void *tmalloc(size_t num);
extern void *trealloc(const void *str, size_t num);
extern void txfree(const void *ptr);
// This one returns the device table
CM_EXPORT void *CMdevs(void) {

Loading…
Cancel
Save