From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19733 invoked by alias); 11 Dec 2008 13:32:15 -0000 Received: (qmail 19722 invoked by uid 22791); 11 Dec 2008 13:32:14 -0000 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (212.99.106.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 11 Dec 2008 13:31:39 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id F331C2900BA for ; Thu, 11 Dec 2008 14:31:36 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ibQg9BtK0Rt3 for ; Thu, 11 Dec 2008 14:31:36 +0100 (CET) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.0.139]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 5EC1F290021 for ; Thu, 11 Dec 2008 14:31:36 +0100 (CET) Message-Id: <9A0993B6-A696-4A2E-99B8-0112F0AF6089@adacore.com> From: Tristan Gingold To: gdb-patches@sourceware.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Subject: Use of target_activity_function/target_activity_fd Date: Thu, 11 Dec 2008 13:32:00 -0000 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-12/txt/msg00201.txt.bz2 Hi, the hook target_activity_function is unused according to grep. Is it expected or should this unused code be removed ? Tristan.