]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 335720 via svnmerge from
authorRichard Mudgett <rmudgett@digium.com>
Tue, 13 Sep 2011 22:10:44 +0000 (22:10 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Tue, 13 Sep 2011 22:10:44 +0000 (22:10 +0000)
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r335720 | rmudgett | 2011-09-13 17:10:15 -0500 (Tue, 13 Sep 2011) | 1 line

  Remove obsolete todo comment about PICKUPRESULT.
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@335721 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_directed_pickup.c

index 1b47d011a8dc13fc9f575ecb9b8811b774e59d29..b01ec4c69198e0e21bed5bd1e7f2c490833ff44f 100644 (file)
@@ -101,7 +101,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 
 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;