profiling: Remove some #ifdefs
authorVolker Lendecke <vl@samba.org>
Thu, 2 Oct 2014 13:36:22 +0000 (13:36 +0000)
committerJeremy Allison <jra@samba.org>
Fri, 3 Oct 2014 17:55:09 +0000 (19:55 +0200)
commit5254a7e1e5ab216a679bfbf3584bb8a16f502a2b
tree37b33b7dcf1044c6a5480d3cc31980126c7173b6
parentc7c300f9710f1f207b9fa0274648ba2dc11c1ffd
profiling: Remove some #ifdefs

The DO_PROFILE_INC thingies already #define to nothing without
WITH_PROFILE, and any sane compiler will just not compile the if-condition
if there is no body to be executed.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/fileio.c
source3/smbd/server.c