[103634] users/cal/base-sqlite-portindex/src/port/port.tcl

cal at macports.org cal at macports.org
Sun Mar 3 12:55:31 PST 2013


Revision: 103634
          https://trac.macports.org/changeset/103634
Author:   cal at macports.org
Date:     2013-03-03 12:55:31 -0800 (Sun, 03 Mar 2013)
Log Message:
-----------
port: remove dead code

Modified Paths:
--------------
    users/cal/base-sqlite-portindex/src/port/port.tcl

Modified: users/cal/base-sqlite-portindex/src/port/port.tcl
===================================================================
--- users/cal/base-sqlite-portindex/src/port/port.tcl	2013-03-03 20:54:10 UTC (rev 103633)
+++ users/cal/base-sqlite-portindex/src/port/port.tcl	2013-03-03 20:55:31 UTC (rev 103634)
@@ -4178,24 +4178,6 @@
     return $action
 }
 
-# Expand action
-# If there's more than one match, return the next possibility
-proc find_action_proc { action } {
-    global action_array
-    
-    set action_proc ""
-    if { [info exists action_array($action)] } {
-        set action_proc [lindex $action_array($action) 0]
-    } else {
-        set action [complete_action $action]
-        if { [info exists action_array($action)] } {
-            set action_proc [lindex $action_array($action) 0]
-        }
-    }
-    
-    return $action_proc
-}
-
 proc get_action_proc { action } {
     global action_array
     
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130303/644a8719/attachment-0001.html>


More information about the macports-changes mailing list