Skip to content

Commit 16c4106

Browse files
Delete source_step_tcl procedure
Remove unused source_step_tcl procedure. Signed-off-by: Dhirender Choudhary <dhirenderchoudhary0001@gmail.com>
1 parent 2aed93a commit 16c4106

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

flow/scripts/util.tcl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,6 @@ proc source_env_var_if_exists { env_var } {
192192
}
193193
}
194194

195-
proc source_step_tcl { hook_type step_name } {
196-
set env_var "${hook_type}_${step_name}_TCL"
197-
source_env_var_if_exists $env_var
198-
}
199195

200196
# Feature toggle for now, eventually the -hier option
201197
# will be default and this code will be deleted.

0 commit comments

Comments
 (0)