removes unneeded evaluation

Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/4ff363ea
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/4ff363ea
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/4ff363ea

Branch: refs/heads/master
Commit: 4ff363ea48f4a252895aeb0769c63d94ec0331dc
Parents: e6c5071
Author: Derek Gelinas <mrdgeli...@gmail.com>
Authored: Thu Mar 16 15:33:59 2017 +0000
Committer: Jeremy Mitchell <mitchell...@gmail.com>
Committed: Thu Mar 16 15:08:24 2017 -0600

----------------------------------------------------------------------
 traffic_ops/bin/traffic_ops_ort.pl | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/4ff363ea/traffic_ops/bin/traffic_ops_ort.pl
----------------------------------------------------------------------
diff --git a/traffic_ops/bin/traffic_ops_ort.pl 
b/traffic_ops/bin/traffic_ops_ort.pl
index a572920..180f321 100755
--- a/traffic_ops/bin/traffic_ops_ort.pl
+++ b/traffic_ops/bin/traffic_ops_ort.pl
@@ -211,8 +211,6 @@ if ( $script_mode == $REVALIDATE ) {
 }
 else {
        ( $syncds_update ) = &check_syncds_state();
-       if ( $syncds_update < 1 ) {
-       }
 }
 
 

Reply via email to