X-Git-Url: http://plrg.eecs.uci.edu/git/?p=cdsspec-compiler.git;a=blobdiff_plain;f=execution.cc;h=e962b92da41bb57193fc1bbcbf0b386514a35ec2;hp=33c862bac36fd2a7e788cfae00a1a46a774ecd4a;hb=960e943616c59281fc10cd274ca04300d66c6391;hpb=9f343c92ce3e9ab184d3b45198aa8e547d5791c4 diff --git a/execution.cc b/execution.cc index 33c862b..e962b92 100644 --- a/execution.cc +++ b/execution.cc @@ -1209,7 +1209,7 @@ bool ModelExecution::check_action_enabled(ModelAction *curr) { * * @param curr The current action to process * @return The ModelAction that is actually executed; may be different than - * curr; may be NULL, if the current action is not enabled to run + * curr */ ModelAction * ModelExecution::check_current_action(ModelAction *curr) {