aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-cvpi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grt/grt-cvpi.c')
-rw-r--r--src/grt/grt-cvpi.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/grt/grt-cvpi.c b/src/grt/grt-cvpi.c
index 89a27607b..6f77ba900 100644
--- a/src/grt/grt-cvpi.c
+++ b/src/grt/grt-cvpi.c
@@ -32,15 +32,6 @@
#include "vpi_thunk.h"
#include "grt-cdynload.h"
-/* Extension of a shared library. */
-#if defined (WINNT)
-#define DSO_EXT ".dll"
-#elif defined (__APPLE__)
-#define DSO_EXT ".dylib"
-#else
-#define DSO_EXT ".so"
-#endif
-
extern PLI_INT32 vpi_control_np (int op, int status);
static vpi_thunk __ghdl_vpi_thunk_v1 =