aboutsummaryrefslogtreecommitdiff
path: root/captain/http.f90
diff options
context:
space:
mode:
Diffstat (limited to 'captain/http.f90')
-rw-r--r--captain/http.f906
1 files changed, 0 insertions, 6 deletions
diff --git a/captain/http.f90 b/captain/http.f90
index 8449ba2..61715fd 100644
--- a/captain/http.f90
+++ b/captain/http.f90
@@ -23,12 +23,6 @@
module http
implicit none
- integer, parameter::HTTP_CODE_SUCCESS = 200
- integer, parameter::HTTP_CODE_NOTFOUND = 404
- integer, parameter::HTTP_CODE_FAILURE = 500
- integer, parameter::HTTP_CODE_REDIRECT = 302
- integer, parameter::HTTP_CODE_UNAUTHORIZED = 401
-
contains
subroutine write_status(outunit, code)