From c3ff956cfa00e71e652062231991b5a22ec520f5 Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Mon, 14 Jun 2010 15:18:14 -0400 Subject: move ?b2a into couch_db.hrl --- src/chttpd_stats.erl | 2 -- 1 file changed, 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 -- cgit v1.2.3