Got arrays working, requiring that make_reference and clone be added and functional
[dbsrgits/DBM-Deep.git] / lib / DBM / Deep / Sector / File / Scalar.pm
index b8a9519..eab145c 100644 (file)
@@ -31,15 +31,6 @@ sub free {
     return;
 }
 
-sub clone {
-    my $self = shift;
-    return ref($self)->new({
-        engine => $self->engine,
-        type   => $self->type,
-        data   => $self->data,
-    });
-}
-
 sub type { $_[0]{engine}->SIG_DATA }
 sub _init {
     my $self = shift;