Skip to content

Commit cc61676

Browse files
committed
fix: remove unused code
1 parent 19bbf12 commit cc61676

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lightbug_http/service.mojo

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ trait HTTPService:
55
fn func(self, req: HTTPRequest) raises -> HTTPResponse:
66
...
77

8-
@value
9-
struct HelloWorld(HTTPService):
10-
fn func(self, req: HTTPRequest) raises -> HTTPResponse:
11-
return OK("Hello, World!".as_bytes(), "text/plain")
12-
138
@value
149
struct Printer(HTTPService):
1510
fn func(self, req: HTTPRequest) raises -> HTTPResponse:

0 commit comments

Comments
 (0)