Index: trac/web/_fcgi.py
===================================================================
--- trac/web/_fcgi.py	(revision 7063)
+++ trac/web/_fcgi.py	(working copy)
@@ -1137,7 +1137,7 @@
     FastCGI server that supports the Web Server Gateway Interface. See
     <http://www.python.org/peps/pep-0333.html>.
     """
-    def __init__(self, application, environ=None, umask=None,
+    def __init__(self, application, environ=None,
                  multithreaded=True, **kw):
         """
         environ, if present, must be a dictionary-like object. Its

