From owner-svn-src-all@FreeBSD.ORG Fri Mar 8 18:14:52 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 527A3A53 for ; Fri, 8 Mar 2013 18:14:52 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-oa0-f53.google.com (mail-oa0-f53.google.com [209.85.219.53]) by mx1.freebsd.org (Postfix) with ESMTP id 1DEF5BEC for ; Fri, 8 Mar 2013 18:14:51 +0000 (UTC) Received: by mail-oa0-f53.google.com with SMTP id m1so2341050oag.26 for ; Fri, 08 Mar 2013 10:14:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=TjCuDfxHyrg03Jk28/ieQzvJh8LUmDfPaRlTWaxsiwo=; b=qGCSYGO36r5Pxxc8Iy2rCzUQ8Xb45s6mjgppgxf1Zi1Nh5cayFzP9JNQ8TjXzGKCp9 IgAyQhD1HXq/35erytU6vIij8Pa1/++uyo/cjxYNsquH4JSO6hGx4cl5DsdEAYC8ZBYa txuyxgxwbuOY59Op8ftd9fPh/qq+y+DsGvZVs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :x-gm-message-state; bh=TjCuDfxHyrg03Jk28/ieQzvJh8LUmDfPaRlTWaxsiwo=; b=SIs/AlHtZeyBF7ANGhtb7HbhhZl5YWiVmWHgy/ymKW2BSzxuYzEk8CEUaAyjmey9Gr Co7axRoGJUanBM3VORQL5unTYCtAjn+wfD2JLo7f0IrhM20xhufR155XP2LkGmg4/jPL oMJ7RbuRQ5z3TAIYxlm7k3qd74FTnJsZDwg5HSp/ThXu3iGQaPQH1ToAu9BJ6bsObaW+ l7L8uXFNbXAWGHSrHFvQQM248+9yFIlBOn701cb6QHowqzQ5dMfmnRYv1mDRlsNEgIbV nRL+eYe+KvK0yxDh0GxiT/yU1YnjeFHi0CP+zeNqLs2pqb71HTzfK/W8WEycvzx+qGIk qSww== X-Received: by 10.60.31.170 with SMTP id b10mr2519201oei.34.1362766491171; Fri, 08 Mar 2013 10:14:51 -0800 (PST) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.60.26.74 with HTTP; Fri, 8 Mar 2013 10:14:21 -0800 (PST) In-Reply-To: <201303081811.r28IB2JI009017@svn.freebsd.org> References: <201303081811.r28IB2JI009017@svn.freebsd.org> From: Eitan Adler Date: Fri, 8 Mar 2013 13:14:21 -0500 X-Google-Sender-Auth: 4HlVdUsnnvj024OPZA_w8CXi_l4 Message-ID: Subject: Re: svn commit: r248060 - in head/sys/dev/drm2: . ttm To: Jean-Sebastien Pedron Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQneT0IJBWpYq13gfklHKNUGZqrqquYyZlAvACOyQ1UIbxO3SRr7v86W5zogmVJU6nSixTKE Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Mar 2013 18:14:52 -0000 On 8 March 2013 13:11, Jean-Sebastien Pedron wrote: > @@ -125,8 +125,6 @@ static ssize_t ttm_mem_zone_store(struct > > static void ttm_mem_global_kobj_release(struct ttm_mem_global *glob) > { > - > - free(glob, M_TTM_ZONE); > } Can this function now be removed, because it appears to be empty? -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams