You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by da...@apache.org on 2017/05/09 18:30:49 UTC

[14/27] incubator-trafficcontrol git commit: removed unused subroutine

removed unused subroutine


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

Branch: refs/heads/master
Commit: f173d5beb675fb4177534dd4c63896a789883e90
Parents: f129bf6
Author: Dewayne Richardson <de...@apache.org>
Authored: Fri May 5 08:37:44 2017 -0600
Committer: Dan Kirkwood <da...@gmail.com>
Committed: Tue May 9 18:28:59 2017 +0000

----------------------------------------------------------------------
 traffic_ops/install/bin/_postinstall | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/f173d5be/traffic_ops/install/bin/_postinstall
----------------------------------------------------------------------
diff --git a/traffic_ops/install/bin/_postinstall b/traffic_ops/install/bin/_postinstall
index 37e47e3..96149a9 100755
--- a/traffic_ops/install/bin/_postinstall
+++ b/traffic_ops/install/bin/_postinstall
@@ -79,11 +79,6 @@ my $inputFile = "";
 my $automatic = 0;
 my $defaultInputs;
 
-sub getInstallPath {
-    my $relPath = shift;
-    return join( '/', "/tmp/traffic_ops", $relPath );
-}
-
 # given a var to the hash of config_var and question, will return the question
 sub getConfigQuestion {
     my $var = shift;