summaryrefslogtreecommitdiffstats
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-11-05 13:10:49 +0100
committerJeremy Allison <jra@samba.org>2014-11-19 20:51:36 +0100
commit4de3ed1b0e5da29dae7ef43668bfc642766b8c20 (patch)
treedea51aac4b6ed63fea861c105a51f4e3dc226c1a /source3/wscript_build
parent14ff976406ab45baa5723f73b7f93b4ccce82a80 (diff)
downloadsamba-4de3ed1b0e5da29dae7ef43668bfc642766b8c20.tar.gz
samba-4de3ed1b0e5da29dae7ef43668bfc642766b8c20.tar.xz
samba-4de3ed1b0e5da29dae7ef43668bfc642766b8c20.zip
s3:nmbd: remove START/END_PROFILE() calls
nmbd never calls profile_setup() and never collects any profiling data. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 54ba3a7488..7a7fea4d42 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -860,7 +860,7 @@ bld.SAMBA3_BINARY('nmbd/nmbd',
param
libsmb
popt_samba3
- PROFILE''',
+ ''',
install_path='${SBINDIR}')