move comments down to the base Object
[dbsrgits/SQL-Translator-2.0-ish.git] / lib / SQL / Translator / Object / Procedure.pm
index b8af8ab..df1ec38 100644 (file)
@@ -28,16 +28,4 @@ class SQL::Translator::Object::Procedure {
         isa => Str,
         required => 1
     );
-    
-    has 'comments' => (
-        is => 'rw',
-        isa => Str,
-    );
-    
-    has 'schema' => (
-        is => 'rw',
-        isa => Schema,
-        required => 1,
-        default => sub { Schema->new }
-    );
 }