diff options
author | Andrew Bartlett <abartlet@samba.org> | 2003-04-16 13:19:51 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2003-04-16 13:19:51 +0000 |
commit | 8cb0672c580e9fb8beff576b0fa53f9c07978911 (patch) | |
tree | 591bdb7e78ed35c43f19fc15c4387daf081b106f /source3/tdb | |
parent | 004502551bd53ae68a7dfee8bdb47831c9c39817 (diff) | |
download | samba-8cb0672c580e9fb8beff576b0fa53f9c07978911.tar.gz samba-8cb0672c580e9fb8beff576b0fa53f9c07978911.tar.bz2 samba-8cb0672c580e9fb8beff576b0fa53f9c07978911.zip |
Merge valgrind header usage from HEAD.
(This used to be commit 5c978e39f2879d900a1bcad535b489f4cd440906)
Diffstat (limited to 'source3/tdb')
-rw-r--r-- | source3/tdb/tdbbackup.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/source3/tdb/tdbbackup.c b/source3/tdb/tdbbackup.c index 7b344de6c4..36ba7db918 100644 --- a/source3/tdb/tdbbackup.c +++ b/source3/tdb/tdbbackup.c @@ -303,13 +303,3 @@ static void usage(void) return ret; } - -#ifdef VALGRIND -size_t valgrind_strlen(const char *s) -{ - size_t count; - for(count = 0; *s++; count++) - ; - return count; -} -#endif |