You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please continue the effort to reduce GOTO statement in WAFS source code. Current version has 198:
for file in `find /lfs/h1/ops/para/packages/wafs.v7.0.0/sorc -name "*.[fF]*" -type f`
do
egrep -iH "go[ ]*to" $file | grep -iv :c | grep -iv :\!
done | wc -l
198
The text was updated successfully, but these errors were encountered:
From bugzilla 1605
The text was updated successfully, but these errors were encountered: