summaryrefslogtreecommitdiff
path: root/include/python2.7/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/python2.7/ast.h')
-rw-r--r--include/python2.7/ast.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/python2.7/ast.h b/include/python2.7/ast.h
deleted file mode 100644
index cc14b7f..0000000
--- a/include/python2.7/ast.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef Py_AST_H
-#define Py_AST_H
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-PyAPI_FUNC(mod_ty) PyAST_FromNode(const node *, PyCompilerFlags *flags,
- const char *, PyArena *);
-
-#ifdef __cplusplus
-}
-#endif
-#endif /* !Py_AST_H */