Skip to content

Commit

Permalink
Merge pull request #656 from vEpiphyte/remove_blobfile
Browse files Browse the repository at this point in the history
Remove blobfile since it will not be used for backing axons
  • Loading branch information
vEpiphyte authored Feb 9, 2018
2 parents b27ae38 + 34e7df6 commit ea504cc
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 534 deletions.
3 changes: 1 addition & 2 deletions synapse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,4 @@
s_datamodel.rebuildTlib()

# load any modules which register dyndeps aliases...
# ( order matters...)
import synapse.axon # synapse.axon brings in synapse.cortex's dyndep registration.
import synapse.cortex
1 change: 0 additions & 1 deletion synapse/axon.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import synapse.lib.const as s_const
import synapse.lib.config as s_config
import synapse.lib.msgpack as s_msgpack
import synapse.lib.blobfile as s_blobfile

# for backward compat (HashSet moved from this module to synapse.lib.hashset )
from synapse.lib.hashset import *
Expand Down
11 changes: 0 additions & 11 deletions synapse/exc.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,17 +207,6 @@ class BadAtomFile(SynErr):
'''
pass

class BadBlobFile(SynErr):
'''
Raised when there is an internal issue with a blobfile
'''
pass
class BlobFileIsClone(SynErr):
'''
Raised when there is a write operation on a blobfile which is a clone.
'''
pass

class IsFini(Exception): pass

class RetnTimeout(SynErr):
Expand Down
276 changes: 0 additions & 276 deletions synapse/lib/blobfile.py

This file was deleted.

Loading

0 comments on commit ea504cc

Please sign in to comment.