Remove unused external_remote_user_login function
authorQuentin Smith <quentin@mit.edu>
Tue, 20 Oct 2009 04:53:01 +0000 (00:53 -0400)
committerQuentin Smith <quentin@mit.edu>
Tue, 20 Oct 2009 04:53:01 +0000 (00:53 -0400)
svn path=/package_branches/invirt-web/cherrypy-rebased/; revision=2697

code/view.py

index 6c9caf8..bbf0256 100644 (file)
@@ -101,9 +101,6 @@ def jsonify_tool_callback(*args, **kwargs):
 
 cherrypy.tools.jsonify = cherrypy.Tool('before_finalize', jsonify_tool_callback, priority=30)
 
-def external_remote_user_login():
-    pass
-
 def require_login():
     """If the user isn't logged in, raise 403 with an error."""
     if cherrypy.request.login is False: