]> git.ipfire.org Git - people/ms/libloc.git/blobdiff - src/python/as.h
python: Remove local stringpool and ctx from AS class
[people/ms/libloc.git] / src / python / as.h
index 19b5c73050eefdd413e9f856b53021c8dcbaf819..5bc72409b793e0956f70d2522f6f27200b7f68c8 100644 (file)
 
 #include <loc/libloc.h>
 #include <loc/as.h>
-#include <loc/stringpool.h>
 
 typedef struct {
        PyObject_HEAD
-       struct loc_ctx* ctx;
-       struct loc_stringpool* pool;
        struct loc_as* as;
 } ASObject;