From 67865c8a5a400e039d41d6cb2759adb43a78e350 Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Tue, 26 Oct 2010 12:53:24 -0400 Subject: use get-deps for ibrowse As with mochiweb, the dependency URL is a Cloudant fork which contains the exact code (modulo whitespace) used in CouchDB releases. --- apps/ibrowse/include/ibrowse.hrl | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 apps/ibrowse/include/ibrowse.hrl (limited to 'apps/ibrowse/include') diff --git a/apps/ibrowse/include/ibrowse.hrl b/apps/ibrowse/include/ibrowse.hrl deleted file mode 100644 index ebf3bb33..00000000 --- a/apps/ibrowse/include/ibrowse.hrl +++ /dev/null @@ -1,12 +0,0 @@ --ifndef(IBROWSE_HRL). --define(IBROWSE_HRL, "ibrowse.hrl"). - --record(url, {abspath, host, port, username, password, path, protocol}). - --record(lb_pid, {host_port, pid}). - --record(client_conn, {key, cur_pipeline_size = 0, reqs_served = 0}). - --record(ibrowse_conf, {key, value}). - --endif. -- cgit v1.2.3