From 35f503c642e9dd127a2b989e4e12a10691cba3d4 Mon Sep 17 00:00:00 2001 From: forsyth Date: Sat, 25 Sep 2010 14:04:43 +0100 Subject: 20100925-1403 --- appl/svc/httpd/httpd.m | 5 ----- 1 file changed, 5 deletions(-) (limited to 'appl/svc/httpd/httpd.m') diff --git a/appl/svc/httpd/httpd.m b/appl/svc/httpd/httpd.m index e96008e9..7d4c0dcf 100644 --- a/appl/svc/httpd/httpd.m +++ b/appl/svc/httpd/httpd.m @@ -1,8 +1,4 @@ Httpd: module { - Entity: adt{ - name : string; - value : int; - }; Internal, TempFail, Unimp, UnkVers, BadCont, BadReq, Syntax, BadSearch, NotFound, NoSearch , OnlySearch, Unauth, OK : con iota; @@ -35,7 +31,6 @@ Httpd: module { wordval : string; tok,parse_eof : int; mydomain,client : string; - entity: array of Entity; oklang : list of ref Contents->Content; }; Request: adt { -- cgit v1.2.3