From f09f92c3711ab825fb67c8ac3d46543dfddc354b Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@allmydata.com>
Date: Tue, 20 May 2008 13:20:48 -0700
Subject: [PATCH] test_system.py: remove dead code

---
 src/allmydata/test/test_system.py | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/allmydata/test/test_system.py b/src/allmydata/test/test_system.py
index 4260530f..843bff7f 100644
--- a/src/allmydata/test/test_system.py
+++ b/src/allmydata/test/test_system.py
@@ -1525,11 +1525,6 @@ class SystemTest(testutil.SignalMixin, testutil.PollMixin, testutil.StallMixin,
 
         nodeargs = [
             "--node-directory", client0_basedir,
-            #"--dir-cap", private_uri,
-            ]
-        public_nodeargs = [
-            "--node-url", self.webish_url,
-            "--dir-cap", some_uri,
             ]
         TESTDATA = "I will not write the same thing over and over.\n" * 100
 
-- 
2.45.2