From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19235 invoked by alias); 18 Feb 2009 15:30:57 -0000 Received: (qmail 19210 invoked by uid 9156); 18 Feb 2009 15:30:54 -0000 Date: Wed, 18 Feb 2009 15:30:00 -0000 Message-ID: <20090218153052.19194.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.8-368-g321b13b X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 912907c362c919c33802104c0cd04c467c3e64cc X-Git-Newrev: 321b13b9ac2a395db1c7591cfe86bddfc0944e25 Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2009-q1/txt/msg00172.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "systemtap: system-wide probe/trace tool". The branch, master has been updated via 321b13b9ac2a395db1c7591cfe86bddfc0944e25 (commit) from 912907c362c919c33802104c0cd04c467c3e64cc (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 321b13b9ac2a395db1c7591cfe86bddfc0944e25 Author: David Smith Date: Wed Feb 18 09:29:39 2009 -0600 Removed unused functions and variables. 2009-02-18 David Smith * io.c (_stp_log): Removed unused function. * map.c (_stp_cmp): Replace _stp_log() with dbug(). * mempool.c (_stp_mempool_resize): Removed unused function. * print.c (next_fmt): Removed unused function. * procfs.c: Removed unused variable '_stp_num_procfs_files'. * regs.c (_stp_ret_addr): Removed unused function. * string.c (_stp_text_str): Removed unused variable 'len'. * string.h: Removed unused variable '_stdout_' and function declaration for deleted function '_stp_vsprintf'. * sym.c: Removed unused variables. * unwind.c (_stp_create_unwind_hdr): Removed unused function. 2009-02-18 David Smith * control.c: Removed unused variable '_stp_current_buffers'. * procfs.c (_stp_set_buffers): Removed unused function. (_stp_register_ctl_channel_fs): Removed unused variables and label. * symbols.c (u32_swap): Removed unused function. (generic_swap): Ditto. (_stp_sort): Ditto. (_stp_section_is_interesting): Ditto. * transport.c (_stp_transport_init): Removed unused variable 'ret'. ----------------------------------------------------------------------- Summary of changes: runtime/ChangeLog | 14 +++++ runtime/io.c | 20 +------ runtime/map.c | 4 +- runtime/mempool.c | 37 +------------ runtime/print.c | 36 +----------- runtime/procfs.c | 1 - runtime/regs.c | 37 ------------ runtime/string.c | 3 +- runtime/string.h | 6 +-- runtime/sym.c | 4 +- runtime/transport/ChangeLog | 13 ++++ runtime/transport/control.c | 2 - runtime/transport/procfs.c | 18 ++---- runtime/transport/symbols.c | 95 +------------------------------- runtime/transport/transport.c | 2 - runtime/unwind.c | 125 +---------------------------------------- 16 files changed, 43 insertions(+), 374 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool