changeset 5:f78fb53ef7b6

modify url.k
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Sun, 27 May 2012 21:01:41 +0900
parents 108812b08e75
children e5dadeae47cc
files http/url.k
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/http/url.k	Sun May 20 21:09:03 2012 +0900
+++ b/http/url.k	Sun May 27 21:01:41 2012 +0900
@@ -16,9 +16,6 @@
 		property = {}; 
 		this.method = "GET";
 	}
-	~HttpRequest() {
-		print("destructor");
-	}
 
 	void setUri(String uri) {
 		this.uri = uri;