changeset 8:e5dadeae47cc

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