summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-07-14 00:59:49 +0200
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-07-14 00:59:49 +0200
commit9c57729faf103bf13b3f2789ccb39327f301690b (patch)
treee2479b9e47cafad0dc066250a936ca94599cbf0d
parentedb2946d560ba70296d1388c0f8aef1276cfb32f (diff)
downloadbugzilla-9c57729faf103bf13b3f2789ccb39327f301690b.tar.gz
bugzilla-9c57729faf103bf13b3f2789ccb39327f301690b.tar.xz
Remove some errors from WS_ERROR_CODE that don't exist on trunk.
https://bugzilla.mozilla.org/show_bug.cgi?id=412074
-rw-r--r--Bugzilla/WebService/Constants.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/Bugzilla/WebService/Constants.pm b/Bugzilla/WebService/Constants.pm
index 8a41db951..aec2b9855 100644
--- a/Bugzilla/WebService/Constants.pm
+++ b/Bugzilla/WebService/Constants.pm
@@ -122,8 +122,6 @@ use constant WS_ERROR_CODE => {
user_access_by_match_denied => 505,
# Attachment errors are 600-700.
- patch_too_large => 600,
- local_file_too_large => 600,
file_too_large => 600,
invalid_content_type => 601,
attachment_illegal_url => 602,