From 693caebcfbe47fa8a7d7bf725e2ed1c082eeb7a5 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 18 Sep 2024 14:03:54 -0400 Subject: Remove unused code --- examples/http/http.tm | 2 -- 1 file changed, 2 deletions(-) (limited to 'examples') diff --git a/examples/http/http.tm b/examples/http/http.tm index bbec3308..a4ded7d7 100644 --- a/examples/http/http.tm +++ b/examples/http/http.tm @@ -7,8 +7,6 @@ struct HTTPResponse(code:Int, body:Text) enum _Method(GET, POST, PUT, PATCH, DELETE) -_curl := !@Memory - func _send(method:_Method, url:Text, data:Text?, headers=[:Text])->HTTPResponse: chunks := @[:Text] save_chunk := func(chunk:CString, size:Int64, n:Int64): -- cgit v1.2.3