diff options
author | Anoop C S <achiraya@redhat.com> | 2015-06-15 14:40:00 +0530 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2015-06-15 19:56:45 +0200 |
commit | d201e94f5b5c519a280f5c2306470cb39c26833f (patch) | |
tree | 8bb4b5f80a3f98a475efbb9d4bc9d451af2f3516 /source3/registry | |
parent | 4ddf78a282c85e84b6201a79b707fad9487f3ccd (diff) | |
download | samba-d201e94f5b5c519a280f5c2306470cb39c26833f.tar.gz |
source3/registry: Fix CID 1273421 Useless call
Signed-off-by: Anoop C S <achiraya@redhat.com>
Reviewed-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/registry')
-rw-r--r-- | source3/registry/reg_perfcount.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/registry/reg_perfcount.c b/source3/registry/reg_perfcount.c index 0770f210d0b..997701d4d54 100644 --- a/source3/registry/reg_perfcount.c +++ b/source3/registry/reg_perfcount.c @@ -1143,8 +1143,6 @@ static uint32_t reg_perfcount_get_perf_data_block(uint32_t base_index, return 0; } - reg_perfcount_get_last_counter(base_index); - retval = _reg_perfcount_assemble_global(block, mem_ctx, base_index, names); buffer_size = _reg_perfcount_perf_data_block_fixup(block, mem_ctx); |