Remove DSAParams generate method as it will be implemented as a classmethod
diff --git a/cryptography/hazmat/primitives/interfaces.py b/cryptography/hazmat/primitives/interfaces.py
index bfe9c1d..245302e 100644
--- a/cryptography/hazmat/primitives/interfaces.py
+++ b/cryptography/hazmat/primitives/interfaces.py
@@ -310,12 +310,6 @@
         in the DSA signing and verification processes."
         """
 
-    @abc.abstractmethod
-    def generate(self):
-        """
-        Generate DSA domain parameters.
-        """
-
     @abc.abstractproperty
     def p(self):
         """