summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,