remove unused line of code
authorTony Mack <tmack@cs.princeton.edu>
Mon, 5 Apr 2010 20:51:09 +0000 (20:51 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Mon, 5 Apr 2010 20:51:09 +0000 (20:51 +0000)
sfa/server/sfa-server.py

index 134b44a..d492f7a 100755 (executable)
@@ -175,7 +175,6 @@ def main():
 
     config = Config()
     hierarchy = Hierarchy()
-    trusted_roots = TrustedRootList(config.get_trustedroots_dir())
     server_key_file = os.path.join(hierarchy.basedir, "server.key")
     server_cert_file = os.path.join(hierarchy.basedir, "server.cert")