diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-07-17 00:17:11 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-07-17 00:17:55 +0200 |
| commit | e920f7127b2c4b65edd50cf2df8e5c0f40956094 (patch) | |
| tree | 1a4941c38828aa5f7bbf93d5cde91e18d4c8920b /kconfiglib.py | |
| parent | 6b009c268fdc1e50c41451e297d6c6731d24facd (diff) | |
Remove outdated comment
'filename' no longer exists, and full_filename is explained in the
_enter_file() doc-comment.
Diffstat (limited to 'kconfiglib.py')
| -rw-r--r-- | kconfiglib.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kconfiglib.py b/kconfiglib.py index 1a7e8cb..224be4d 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -1523,8 +1523,6 @@ class Kconfig(object): for name, linenr, _ in reversed(self._filestack)))) - # Open 'filename' relative to $srctree - # # Note: We already know that the file exists try: |
