diff options
Diffstat (limited to 'eg/export_template.pm')
-rw-r--r-- | eg/export_template.pm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/eg/export_template.pm b/eg/export_template.pm index 2c199db85..cd42211dd 100644 --- a/eg/export_template.pm +++ b/eg/export_template.pm @@ -67,15 +67,9 @@ sub myexport_queue { } sub myexport_insert { #subroutine, not method - my( $username, $password ) = @_; - #do things with $username and $password } - sub myexport_replace { #subroutine, not method } - sub myexport_delete { #subroutine, not method - my( $username ) = @_; - #do things with $username } |