summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Ticket/System.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-10-22 14:17:53 +0000
committerfukachan <fukachan>2001-10-22 14:17:53 +0000
commita3afe5363dc7357d31cc3580cdbdb82489b25244 (patch)
treec2a3933b9b8798b40bcbf5385fbcb8edd468b921 /fml/lib/FML/Ticket/System.pm
parent3be2c33c67c22d67f75505dfff1098f068efa49f (diff)
downloadfml8-a3afe5363dc7357d31cc3580cdbdb82489b25244.tar.gz
fml8-a3afe5363dc7357d31cc3580cdbdb82489b25244.tar.bz2
fml8-a3afe5363dc7357d31cc3580cdbdb82489b25244.zip
remove not used _pcb_[sg]et_id()
Diffstat (limited to 'fml/lib/FML/Ticket/System.pm')
-rw-r--r--fml/lib/FML/Ticket/System.pm26
1 files changed, 1 insertions, 25 deletions
diff --git a/fml/lib/FML/Ticket/System.pm b/fml/lib/FML/Ticket/System.pm
index 24c98a06..442e79db 100644
--- a/fml/lib/FML/Ticket/System.pm
+++ b/fml/lib/FML/Ticket/System.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: System.pm,v 1.25 2001/06/10 11:24:13 fukachan Exp $
+# $FML: System.pm,v 1.26 2001/10/22 14:10:07 fukachan Exp $
#
package FML::Ticket::System;
@@ -64,30 +64,6 @@ sub new
}
-# Descriptions: save the ticket $id in FML::PCB object
-# Arguments: $self $curproc $id
-# Side Effects: set id in PCB
-# Return Value: none
-sub _pcb_set_id
-{
- my ($self, $curproc, $id) = @_;
- my $pcb = $curproc->{ pcb }; # FML::PCB object
- $pcb->set('ticket', 'id', $id);
-}
-
-
-# Descriptions: get the ticket $id from FML::PCB
-# Arguments: $self $curproc
-# Side Effects: none
-# Return Value: number (ticket id)
-sub _pcb_get_id
-{
- my ($self, $curproc) = @_;
- my $pcb = $curproc->{ pcb }; # FML::PCB object
- $pcb->get('ticket', 'id');
-}
-
-
# Descriptions: set up directory which is taken from
# $self->{ _db_dir }
# Arguments: $self $curproc $args