From 7db97fec73acebdff3c606f99c2ee7c8a5ae6d57 Mon Sep 17 00:00:00 2001 From: Emmanuel Raviart Date: Fri, 20 Aug 2004 00:37:48 +0000 Subject: Removed old Python binding. --- python/utils.h | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 python/utils.h (limited to 'python/utils.h') 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 - -extern PyObject *lasso_error; - -int CheckArgs(PyObject *args, char *format); - -#endif /* __PYLASSO_UTILS_H__ */ -- cgit