diff options
author | Adam Kocoloski <adam@cloudant.com> | 2010-06-14 15:18:14 -0400 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2010-08-12 11:18:45 -0400 |
commit | c3ff956cfa00e71e652062231991b5a22ec520f5 (patch) | |
tree | a387c2734114ec64b4beae5e140389f505160b75 /src | |
parent | b61d25f5d15922cd36fd3768cada11ab42d87897 (diff) |
move ?b2a into couch_db.hrl
Diffstat (limited to 'src')
-rw-r--r-- | src/chttpd_stats.erl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/chttpd_stats.erl b/src/chttpd_stats.erl index 513a80f3..1e30c466 100644 --- a/src/chttpd_stats.erl +++ b/src/chttpd_stats.erl @@ -20,8 +20,6 @@ start_json_response/2,send_chunk/2,end_json_response/1, start_chunked_response/3, send_error/4]). --define(b2a(V), list_to_atom(binary_to_list(V))). - -record(stats_query_args, { range='0', flush=false |