summaryrefslogtreecommitdiff
path: root/utils/sync-source/lib/transfer/protocol.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/sync-source/lib/transfer/protocol.py')
-rw-r--r--utils/sync-source/lib/transfer/protocol.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/utils/sync-source/lib/transfer/protocol.py b/utils/sync-source/lib/transfer/protocol.py
deleted file mode 100644
index 0f89db7d87ef..000000000000
--- a/utils/sync-source/lib/transfer/protocol.py
+++ /dev/null
@@ -1,8 +0,0 @@
-class Protocol(object):
-
- def __init__(self, options, config):
- self.options = options
- self.config = config
-
- def transfer(transfer_specs, dry_run):
- raise "transfer must be overridden by transfer implementation"