diff options
Diffstat (limited to 'Bugzilla/WebService')
-rwxr-xr-x | Bugzilla/WebService/Constants.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Bugzilla/WebService/Constants.pm b/Bugzilla/WebService/Constants.pm index 39d25298d..01359868a 100755 --- a/Bugzilla/WebService/Constants.pm +++ b/Bugzilla/WebService/Constants.pm @@ -56,7 +56,6 @@ use constant WS_ERROR_CODE => { bug_access_denied => 102, invalid_field_name => 108, # These all mean "invalid alias" - alias_not_defined => 103, alias_too_long => 103, alias_in_use => 103, alias_is_numeric => 103, |