summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2014-10-01 15:51:49 +0100
committerMark Haines <mark.haines@matrix.org>2014-10-01 15:52:07 +0100
commitc8d67beb9cf32f273fd5a78e26636aa4feedde25 (patch)
tree408c26e1888c0ac9e3377802814b298f35cf24fe /synapse
parentAnnotate all the 'TODO' marks as relating to either the specification itself ... (diff)
downloadsynapse-c8d67beb9cf32f273fd5a78e26636aa4feedde25.tar.xz
remove "red", "blue" and "green" server_name mappings
Diffstat (limited to 'synapse')
-rw-r--r--synapse/http/client.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/synapse/http/client.py b/synapse/http/client.py
index eb11bfd4d5..822afeec1d 100644
--- a/synapse/http/client.py
+++ b/synapse/http/client.py
@@ -35,13 +35,6 @@ import urllib
 
 logger = logging.getLogger(__name__)
 
-# FIXME: SURELY these should be killed?!
-_destination_mappings = {
-    "red": "localhost:8080",
-    "blue": "localhost:8081",
-    "green": "localhost:8082",
-}
-
 
 class HttpClient(object):
     """ Interface for talking json over http