X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBM%2FDeep%2FSector%2FFile%2FScalar.pm;fp=lib%2FDBM%2FDeep%2FSector%2FFile%2FScalar.pm;h=eab145c3c00dbb623ddaa1e5f0b65bfbfcf382a1;hb=641aa32d2d78eb7084801c7b9aa91f962c8af75f;hp=b8a95191fbe27ae77b213d4bf43529569fe08fc4;hpb=350896ee7e5b32e5f965e84f445df47113573a72;p=dbsrgits%2FDBM-Deep.git diff --git a/lib/DBM/Deep/Sector/File/Scalar.pm b/lib/DBM/Deep/Sector/File/Scalar.pm index b8a9519..eab145c 100644 --- a/lib/DBM/Deep/Sector/File/Scalar.pm +++ b/lib/DBM/Deep/Sector/File/Scalar.pm @@ -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;