summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/main.h b/src/main.h
index 16c3352..bb7ea46 100644
--- a/src/main.h
+++ b/src/main.h
@@ -30,18 +30,6 @@
#define MAX_IDLE_TIME (60 * 10) /* 10 minutes of no activity */
/*
- * Even if upstream support is not compiled into tinyproxy, this
- * structure still needs to be defined.
- */
-struct upstream {
- struct upstream *next;
- char *domain; /* optional */
- char *host;
- int port;
- in_addr_t ip, mask;
-};
-
-/*
* Hold all the configuration time information.
*/
struct config_s {