aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-11-25 14:03:52 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-11-25 14:03:52 +0000
commit6fcb0cdaa2cd443e63c56957c780632a9cbc838f (patch)
treec2df00bd4d9c30852afb90942e2a598e838349ca /tools
parent9df6215aaf9f20dba22a8b0fe996ce89e5024723 (diff)
Reason for revert: Reverting the temporary CL TBR= NOTREECHECKS=true NOTRY=true Author: rmistry@google.com Review URL: https://codereview.chromium.org/85823002 git-svn-id: http://skia.googlecode.com/svn/trunk@12376 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tools')
-rw-r--r--tools/svn.py2
-rw-r--r--tools/tempfile1
2 files changed, 0 insertions, 3 deletions
diff --git a/tools/svn.py b/tools/svn.py
index d7eaac4e31..0c1ec4fd2b 100644
--- a/tools/svn.py
+++ b/tools/svn.py
@@ -11,10 +11,8 @@ import re
import subprocess
import threading
-
PROPERTY_MIMETYPE = 'svn:mime-type'
-
# Status types for GetFilesWithStatus()
STATUS_ADDED = 0x01
STATUS_DELETED = 0x02
diff --git a/tools/tempfile b/tools/tempfile
deleted file mode 100644
index 26da2b9790..0000000000
--- a/tools/tempfile
+++ /dev/null
@@ -1 +0,0 @@
-temp file to test one-click revert.