summaryrefslogtreecommitdiffstats
path: root/python/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'python/utils.h')
-rw-r--r--python/utils.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/python/utils.h b/python/utils.h
deleted file mode 100644
index 9f5be831..00000000
--- a/python/utils.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef __PYLASSO_UTILS_H__
-#define __PYLASSO_UTILS_H__
-
-#undef _POSIX_C_SOURCE
-#include <Python.h>
-
-extern PyObject *lasso_error;
-
-int CheckArgs(PyObject *args, char *format);
-
-#endif /* __PYLASSO_UTILS_H__ */