summaryrefslogtreecommitdiffstats
path: root/chromium/tools/swarming_client/tools/spam.isolate
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/tools/swarming_client/tools/spam.isolate')
-rw-r--r--chromium/tools/swarming_client/tools/spam.isolate14
1 files changed, 0 insertions, 14 deletions
diff --git a/chromium/tools/swarming_client/tools/spam.isolate b/chromium/tools/swarming_client/tools/spam.isolate
deleted file mode 100644
index 014eb075ca6..00000000000
--- a/chromium/tools/swarming_client/tools/spam.isolate
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 2014 The LUCI Authors. All rights reserved.
-# Use of this source code is governed under the Apache License, Version 2.0
-# that can be found in the LICENSE file.
-{
- 'variables': {
- 'command': [
- 'python',
- 'spam.py',
- ],
- 'files': [
- 'spam.py',
- ],
- },
-}