diff options
Diffstat (limited to 'clang/bindings/python')
| -rw-r--r-- | clang/bindings/python/clang/cindex.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/clang/bindings/python/clang/cindex.py b/clang/bindings/python/clang/cindex.py index 394214c3a98..d802994d9e8 100644 --- a/clang/bindings/python/clang/cindex.py +++ b/clang/bindings/python/clang/cindex.py @@ -213,14 +213,6 @@ class Cursor(Structure): """ return Cursor_extent(self) - @property - def file(self): - """ - Return the file containing the pointed-at entity. This is an alias for - location.file. - """ - return self.location.file - def get_children(self): """Return an iterator for the accessing children of this cursor.""" |

