aboutsummaryrefslogtreecommitdiffstats
path: root/env/lib/python3.10/site-packages/lxml/includes/uri.pxd
diff options
context:
space:
mode:
Diffstat (limited to 'env/lib/python3.10/site-packages/lxml/includes/uri.pxd')
-rw-r--r--env/lib/python3.10/site-packages/lxml/includes/uri.pxd5
1 files changed, 0 insertions, 5 deletions
diff --git a/env/lib/python3.10/site-packages/lxml/includes/uri.pxd b/env/lib/python3.10/site-packages/lxml/includes/uri.pxd
deleted file mode 100644
index 2b6bb79..0000000
--- a/env/lib/python3.10/site-packages/lxml/includes/uri.pxd
+++ /dev/null
@@ -1,5 +0,0 @@
-cdef extern from "libxml/uri.h":
- ctypedef struct xmlURI
-
- cdef xmlURI* xmlParseURI(char* str)
- cdef void xmlFreeURI(xmlURI* uri)