From 488cfb939f1f06ffbdf0f3cb78f76398aad08fea Mon Sep 17 00:00:00 2001
From: Daira Hopwood <daira@jacaranda.org>
Date: Mon, 5 May 2014 23:17:51 +0100
Subject: [PATCH] Fix a pyflakes warning.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
---
 src/allmydata/test/test_client.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/allmydata/test/test_client.py b/src/allmydata/test/test_client.py
index 05c5eaba..c134249e 100644
--- a/src/allmydata/test/test_client.py
+++ b/src/allmydata/test/test_client.py
@@ -31,8 +31,6 @@ class Basic(testutil.ReallyEqualMixin, unittest.TestCase):
         client.Client(basedir)
 
     def test_comment(self):
-        dummy = "pb://wl74cyahejagspqgy4x5ukrvfnevlknt@127.0.0.1:58889/bogus"
-
         should_fail = [r"test#test", r"#testtest", r"test\\#test"]
         should_not_fail = [r"test\#test", r"test\\\#test", r"testtest"]
 
-- 
2.45.2