diff options
author | Loïc Hoguin <[email protected]> | 2014-12-16 10:56:54 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2014-12-16 10:56:54 +0200 |
commit | e7d8b3cf66cb1b4b352b440e913993b7e10f6e3d (patch) | |
tree | f89c3afaacc2327e669eca04a2911b084737dbc7 /src/cow_http_hd.erl | |
parent | 9eab785657546e68cab835f5856c0f74656a0576 (diff) | |
download | cowlib-e7d8b3cf66cb1b4b352b440e913993b7e10f6e3d.tar.gz cowlib-e7d8b3cf66cb1b4b352b440e913993b7e10f6e3d.tar.bz2 cowlib-e7d8b3cf66cb1b4b352b440e913993b7e10f6e3d.zip |
Remove an unused test function
Diffstat (limited to 'src/cow_http_hd.erl')
-rw-r--r-- | src/cow_http_hd.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cow_http_hd.erl b/src/cow_http_hd.erl index 4577857..a66ba70 100644 --- a/src/cow_http_hd.erl +++ b/src/cow_http_hd.erl @@ -40,7 +40,6 @@ ows() -> list(oneof([$\s, $\t])). alpha_chars() -> "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ". -digit_chars() -> "0123456789". alphanum_chars() -> "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ". alpha() -> |