aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/python/libghdl/thin/vhdl/formatters.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/python/libghdl/thin/vhdl/formatters.py')
-rw-r--r--src/vhdl/python/libghdl/thin/vhdl/formatters.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/vhdl/python/libghdl/thin/vhdl/formatters.py b/src/vhdl/python/libghdl/thin/vhdl/formatters.py
deleted file mode 100644
index 9c8bf9afb..000000000
--- a/src/vhdl/python/libghdl/thin/vhdl/formatters.py
+++ /dev/null
@@ -1,14 +0,0 @@
-from libghdl import libghdl
-from ctypes import c_int32, c_char_p
-
-Indent_String = libghdl.vhdl__formatters__indent_string
-
-Allocate_Handle = libghdl.vhdl__formatters__allocate_handle
-
-Get_Length = libghdl.vhdl__formatters__get_length
-Get_Length.restype = c_int32
-
-Get_C_String = libghdl.vhdl__formatters__get_c_string
-Get_C_String.restype = c_char_p
-
-Free_Handle = libghdl.vhdl__formatters__free_handle