From patchwork Mon Jun 3 11:07:52 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Martin_Li=C5=A1ka?= X-Patchwork-Id: 1109186 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-502197-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="jgKQOuhK"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 45HXN26SGzz9s1c for ; Mon, 3 Jun 2019 21:08:02 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :subject:to:message-id:date:mime-version:content-type; q=dns; s= default; b=gLe0dmXXTpfxXH5Fn/qnKfDFDBuFfer64JGt+lreXkvVnJUY2vHi/ ASL50WCTT7fdgM9mcPehWnQYKAIT+DbdxvBhLEmVjsvCo68Uo0iUADRRY52BhM5/ Aj/EjqzriFt/1R1wY22ClLrFk3WoCwN8PEWsfVUIbZKsLQZkH9uAis= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :subject:to:message-id:date:mime-version:content-type; s= default; bh=NtPi9iM2IRJ3FFZ0Ogkhffn/ybM=; b=jgKQOuhKf0zPEut9Ywfn RvJoXqIj1unWvhOZmYTpzv4IJCd3REyPyRGRSnasp28amcXP0LURon0RCyZb4+kS S0QSyXUyvAK4kdwL46IUeDd5J3Qt3Gz9cOdLbWHa9RTUeCOX59BQzXmlH+JUabRR 1qDe3yIdB2qdCshVr+YomjI= Received: (qmail 74873 invoked by alias); 3 Jun 2019 11:07:55 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 74865 invoked by uid 89); 3 Jun 2019 11:07:55 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-16.1 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, SPF_PASS autolearn=ham version=3.3.1 spammy=H*F:D*cz X-HELO: mx1.suse.de Received: from mx2.suse.de (HELO mx1.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 03 Jun 2019 11:07:54 +0000 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 4D1B6AE82 for ; Mon, 3 Jun 2019 11:07:52 +0000 (UTC) From: =?utf-8?q?Martin_Li=C5=A1ka?= Subject: [PATCH][OBVIOUS][DOC] Remove Java Trees from GENERIC manual. To: gcc-patches@gcc.gnu.org Message-ID: <878c761c-e341-bdc4-5469-7be5198ae158@suse.cz> Date: Mon, 3 Jun 2019 13:07:52 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 X-IsSubscribed: yes Hi. One obvious removal of Java Trees. Martin gcc/ChangeLog: 2019-06-03 Martin Liska * doc/generic.texi: Remove Java Trees. --- gcc/doc/generic.texi | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gcc/doc/generic.texi b/gcc/doc/generic.texi index 15f6cfec21b..67f7ad53af6 100644 --- a/gcc/doc/generic.texi +++ b/gcc/doc/generic.texi @@ -43,7 +43,6 @@ seems inelegant. * Functions:: Function bodies, linkage, and other aspects. * Language-dependent trees:: Topics and trees specific to language front ends. * C and C++ Trees:: Trees specific to C and C++. -* Java Trees:: Trees specific to Java. @end menu @c --------------------------------------------------------------------- @@ -3544,7 +3543,3 @@ In either case, the expression is void. @end table - - -@node Java Trees -@section Java Trees