cindex/Python: Remove Cursor.file forwarding method, this doesn't really fit the API.

llvm-svn: 94382
This commit is contained in:
Daniel Dunbar 2010-01-24 21:19:40 +00:00
parent ecb457c4e2
commit 18b75a4f10
1 changed files with 0 additions and 8 deletions

View File

@ -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."""