kill vestigial _expand_noop method
Matt S Trout [Mon, 30 Sep 2019 19:19:33 +0000 (19:19 +0000)]
lib/SQL/Abstract.pm

index 401f38f..88e0953 100644 (file)
@@ -1352,11 +1352,6 @@ sub _expand_nest {
   return $self->_expand_expr($v);
 }
 
-sub _expand_noop {
-  my ($self, $type, $v) = @_;
-  return { "-${type}" => $v };
-}
-
 sub _expand_values {
   my ($self, undef, $values) = @_;
   return { -values => [