IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 23, 2008, 12:30:44 PM (18 years ago)
Author:
bills
Message:

Back out the function I added yesterday, it has potential side undesirable
side effects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/nebclient/src/nebclient.c

    r20341 r20344  
    44 * Copyright (C) 2005  Joshua Hoblitt
    55 *
    6  * $Id: nebclient.c,v 1.53 2008-10-23 07:44:43 bills Exp $
     6 * $Id: nebclient.c,v 1.54 2008-10-23 22:30:44 bills Exp $
    77 */
    88
     
    264264}
    265265
    266 bool nebCullAllButOne(nebServer *server, const char *key)
    267 {
    268     while (nebCull(server, key)) {
    269         ;
    270     }
    271 
    272     return true;
    273 }
    274 
    275266bool nebLock(nebServer *server, const char *key, nebRW flag)
    276267{
Note: See TracChangeset for help on using the changeset viewer.