aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMURLBuilder.h
diff options
context:
space:
mode:
Diffstat (limited to 'Foundation/GTMURLBuilder.h')
-rw-r--r--Foundation/GTMURLBuilder.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Foundation/GTMURLBuilder.h b/Foundation/GTMURLBuilder.h
index e959fa7..5615b44 100644
--- a/Foundation/GTMURLBuilder.h
+++ b/Foundation/GTMURLBuilder.h
@@ -37,9 +37,6 @@
@property(nonatomic, readonly) NSString *baseURLString;
-// Encodes URL by percent-encoding, except reserved characters:
-// ";" | "/" | "?" | ":" | "@" | "&" | "=" | "+" | "$" | ","
-+ (NSURL *)URLWithString:(NSString *)URLString;
// |URLString| is expected to be a valid URL with already escaped parameter
// values.
+ (GTMURLBuilder *)builderWithString:(NSString *)URLString;