Ignore:
Timestamp:
Aug 21, 2013, 5:32:04 PM (12 years ago)
Author:
Silvan Scherrer
Message:

Samba Client 2.1: remove dead debug code

Location:
branches/client-2.1/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/client-2.1/src/Makefile.kmk

    r798 r799  
    3737ndpsmb_CFLAGS.release = -g -O1 -march=pentium -mtune=pentium4
    3838
    39 ndpsmb_CFLAGS.debug = -g -O0 -DDEBUG_PRINTF
     39ndpsmb_CFLAGS.debug = -g -O0
    4040ndpsmb_LDFLAGS = -Zomf -Zno-fork -Zmap -Zdll
    4141ndpsmb_LDFLAGS.release = -s
  • branches/client-2.1/src/ndpsmb.c

    r727 r799  
    3030#include "smbwrp.h"
    3131#include "util.h"
    32 
    33 #if 0
    34 
    35 #ifndef DEBUG_PRINTF
    36 #define debug_printf( ...)
    37 #endif
    38 
    39 #define log debug_printf
    40 #endif
    4132
    4233#define debug_printf(...) debuglocal(9, __VA_ARGS__)
Note: See TracChangeset for help on using the changeset viewer.