X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;ds=inline;f=lib%2Fcommon%2Fexit_codes.rb;h=a81067bc089e1b3a9f288f6a9fd8e5e7f94a6fd5;hb=1231b3dcd3c59cd0855efe3ee02fc56c6380505d;hp=f632b25982cb26d17f28060862f3ee08be5a4d5e;hpb=a6ae98f0423603445b621a8eaa17443c8d590b45;p=mailshears.git diff --git a/lib/common/exit_codes.rb b/lib/common/exit_codes.rb index f632b25..a81067b 100644 --- a/lib/common/exit_codes.rb +++ b/lib/common/exit_codes.rb @@ -1,5 +1,4 @@ module ExitCodes - SUCCESS = 0 FILESYSTEM_ERROR = 1 DATABASE_ERROR = 2