remove dead code

This commit is contained in:
Jude Nelson
2016-08-15 18:19:12 -04:00
parent 21285a9d7e
commit 5e570de5bf

View File

@@ -24,5 +24,5 @@
import auth
import crawl
from crawl import get_cached_zonefile, get_zonefile_from_storage, store_cached_zonefile, store_zonefile_to_storage
from crawl import get_cached_zonefile, get_zonefile_from_storage, store_cached_zonefile, store_zonefile_to_storage, is_zonefile_cached
from auth import is_current_zonefile_hash, verify_zonefile, serialize_zonefile