Commit f4ba4b61 by Jiri Techet

Remove unused code

parent a16063bb
...@@ -93,7 +93,6 @@ class GeoIP(object): ...@@ -93,7 +93,6 @@ class GeoIP(object):
MMAP_CACHE (access the file via mmap). MMAP_CACHE (access the file via mmap).
@type flags: int @type flags: int
""" """
self._filename = filename
self._flags = flags self._flags = flags
if self._flags & const.MMAP_CACHE and mmap is None: if self._flags & const.MMAP_CACHE and mmap is None:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment