Skip to content

Commit f417ddf

Browse files
committedAug 13, 2012
Remove dead return code.

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎lib/WebGUI/VersionTag.pm

-1
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,6 @@ sub requestCommit {
683683
$self->{_data}{workflowInstanceId} = $instance->getId;
684684
$self->session->db->setRow("assetVersionTag","tagId",$self->{_data});
685685
return $instance->start;
686-
return undef;
687686
}
688687

689688

0 commit comments

Comments
 (0)
Please sign in to comment.