Browse Source

Remove an unused test function

Loïc Hoguin 10 years ago
parent
commit
e7d8b3cf66
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/cow_http_hd.erl

+ 0 - 1
src/cow_http_hd.erl

@@ -40,7 +40,6 @@ ows() ->
 	list(oneof([$\s, $\t])).
 
 alpha_chars() -> "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ".
-digit_chars() -> "0123456789".
 alphanum_chars() -> "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ".
 
 alpha() ->