[asterisk-commits] rmudgett: branch 1.8 r335720 - /branches/1.8/apps/app_directed_pickup.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Sep 13 17:10:18 CDT 2011


Author: rmudgett
Date: Tue Sep 13 17:10:15 2011
New Revision: 335720

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=335720
Log:
Remove obsolete todo comment about PICKUPRESULT.

Modified:
    branches/1.8/apps/app_directed_pickup.c

Modified: branches/1.8/apps/app_directed_pickup.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/apps/app_directed_pickup.c?view=diff&rev=335720&r1=335719&r2=335720
==============================================================================
--- branches/1.8/apps/app_directed_pickup.c (original)
+++ branches/1.8/apps/app_directed_pickup.c Tue Sep 13 17:10:15 2011
@@ -101,7 +101,6 @@
 
 static const char app[] = "Pickup";
 static const char app2[] = "PickupChan";
-/*! \todo This application should return a result code, like PICKUPRESULT */
 
 struct pickup_by_name_args {
 	const char *name;




More information about the asterisk-commits mailing list