aboutsummaryrefslogtreecommitdiffstats
path: root/python/libghdl/thin/vhdl/flists.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/libghdl/thin/vhdl/flists.py')
-rw-r--r--python/libghdl/thin/vhdl/flists.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/python/libghdl/thin/vhdl/flists.py b/python/libghdl/thin/vhdl/flists.py
deleted file mode 100644
index 6cdd39ff3..000000000
--- a/python/libghdl/thin/vhdl/flists.py
+++ /dev/null
@@ -1,11 +0,0 @@
-from libghdl import libghdl
-from ctypes import c_int32
-
-Flist_Type = c_int32
-
-Ffirst = 0
-Flast = libghdl.vhdl__flists__flast
-
-Length = libghdl.vhdl__flists__length
-
-Get_Nth_Element = libghdl.vhdl__flists__get_nth_element