summaryrefslogtreecommitdiffstats
path: root/lldb/utils/sync-source/lib/transfer/transfer_spec.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/utils/sync-source/lib/transfer/transfer_spec.py')
-rw-r--r--lldb/utils/sync-source/lib/transfer/transfer_spec.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/lldb/utils/sync-source/lib/transfer/transfer_spec.py b/lldb/utils/sync-source/lib/transfer/transfer_spec.py
deleted file mode 100644
index 12da8b64aa2..00000000000
--- a/lldb/utils/sync-source/lib/transfer/transfer_spec.py
+++ /dev/null
@@ -1,12 +0,0 @@
-class TransferSpec(object):
-
- def __init__(self, source_path, exclude_paths, dest_path):
- self.source_path = source_path
- self.exclude_paths = exclude_paths
- self.dest_path = dest_path
-
- def __repr__(self):
- fmt = (
- "TransferSpec(source_path='{}', exclude_paths='{}', "
- "dest_path='{}')")
- return fmt.format(self.source_path, self.exclude_paths, self.dest_path)
OpenPOWER on IntegriCloud