From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oa1-x2d.google.com (mail-oa1-x2d.google.com [IPv6:2001:4860:4864:20::2d]) by sourceware.org (Postfix) with ESMTPS id 18E033864842 for ; Wed, 23 Mar 2022 17:30:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 18E033864842 Received: by mail-oa1-x2d.google.com with SMTP id 586e51a60fabf-de3eda6b5dso2437858fac.0 for ; Wed, 23 Mar 2022 10:30:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=+LLF0xsAlv1ks4/a8TyfUVoqy5WDG6mA0tlDO6duqg8=; b=fmAk2U8TnPRKeZ5l5EJYDA5FFfCzbjE48vE8fkKZwoy16bag3lStFpEO38NerPPpp7 8eCUqAryVyQd6I7nPiOQs3bpJVfL/4jPjX6Ww3Tdau+ehAEenHes6X+KFIjKv2ga3IYe 4T1u9K7CvovMgPv+hwxjhRb9HQT2BoVOEj+OxNmi/F6YL5qWrd+ABrWtF0r/dN0zuAta C/xjvb2fyOx2XeJttHaX2N4CnlI/0F9l2sOGa8mqPfgHvi52OaevyTfDQT+i39OpnyNf 7jKherzYUTU680bNnpKxsvxFFHiUaomvWLOF3g2pUDFeTIw0V1ZXVHrg9AKcXNX4UVaS uGCA== X-Gm-Message-State: AOAM5313BanpsqZZdetyym+BENGwS4fKkBB2kASFCxh6JXOwVIFfNMLM nk6Y8ZfJk8UCyp4t7/mtEIz4TQCGY1MevQ== X-Google-Smtp-Source: ABdhPJwiadLBgSz7U2JFFNr14le3jaYUML38ImkszyrTs4j9t3My+Y3wbu4lhg416fV5BoYzbrQAqQ== X-Received: by 2002:a05:6870:e99f:b0:dd:9ac0:309e with SMTP id r31-20020a056870e99f00b000dd9ac0309emr4689902oao.123.1648056651061; Wed, 23 Mar 2022 10:30:51 -0700 (PDT) Received: from birita.. ([2804:431:c7ca:2d55:7794:d006:fba1:8b8f]) by smtp.gmail.com with ESMTPSA id k124-20020aca3d82000000b002ef4c5bb9dbsm206974oia.0.2022.03.23.10.30.49 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 23 Mar 2022 10:30:50 -0700 (PDT) From: Adhemerval Zanella To: libc-alpha@sourceware.org Subject: [COMMITTED] gmon: Remove unused sprofil.c functions Date: Wed, 23 Mar 2022 14:30:45 -0300 Message-Id: <20220323173045.4170199-1-adhemerval.zanella@linaro.org> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-12.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Mar 2022 17:30:53 -0000 --- sysdeps/posix/sprofil.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/sysdeps/posix/sprofil.c b/sysdeps/posix/sprofil.c index 5f03bd0e3b..785b817f96 100644 --- a/sysdeps/posix/sprofil.c +++ b/sysdeps/posix/sprofil.c @@ -163,18 +163,6 @@ profil_count (uintptr_t pcp, int prof_uint) } } -static inline void -profil_count_ushort (uintptr_t pcp) -{ - profil_count (pcp, 0); -} - -static inline void -profil_count_uint (uintptr_t pcp) -{ - profil_count (pcp, 1); -} - /* Get the machine-dependent definition of `__profil_counter', the signal handler for SIGPROF. It calls `profil_count' (above) with the PC of the interrupted code. */ -- 2.32.0