From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c0c::244; helo=mail-wr0-x244.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x244.google.com (mail-wr0-x244.google.com [IPv6:2a00:1450:400c:c0c::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 483052035A7A9 for ; Wed, 15 Nov 2017 08:53:12 -0800 (PST) Received: by mail-wr0-x244.google.com with SMTP id u97so21076562wrc.1 for ; Wed, 15 Nov 2017 08:57:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=DyB8nTFby4Fb0RLzZUXlOnQ7JA+MMM9OIG12AKfKOXM=; b=aEGQSWc750rbLkaJrAkO4RQt8j+mcyg7eS6VLWAgLMH321Gg4bi2NWzYovce4MByrc oGToGjwUQu4m/YzUIeg0UkSf+yXzA4I9c83Rot/l6QskdxNfQYcR93QGxU0NFDXTCk0d ku2diVb6gzbfJTR0+piK7YznokmxhmanyYdkU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=DyB8nTFby4Fb0RLzZUXlOnQ7JA+MMM9OIG12AKfKOXM=; b=QRaspTuaw1bjJty/S+OFXaIxwzwVcX3XD90Ea6zUwdt+hg/JaswChE0DmAz1MLFmAe DLn//7b2/5MuyAOWmd50PXKqJkPuQMp1NBdsG31VUAgK0CDJHhxawPdeUV7c3R0sgtZ3 6v24Yvq8wHumgVqw3aVXwij+p5rHIbII4N32Ju2rd3Ud1CboGI7WmZzseC+qpYgmPVoz kiamdKOIZyxFpazgd0k5/X9hbZBEEvNPdmorKeOOUIJ2aJK5wictA8vywKdM9vQAwbhN XwgZk5CX91OKn4u0O25C4R7sOdmjlK4qTyalfgkoxYbRew2FvhPR0RYgHN/oaMotD4/r MSBg== X-Gm-Message-State: AJaThX7iFpjjafWRUE7CscURIaxePaESpytr1PCXX9/qxuxEa6t9HEYt i+3rj8AzIM3t75mFyZJpFd9Qw2VXqfw= X-Google-Smtp-Source: AGs4zMZ2CcAeP/jqN6wMl0IIt0oa9Bro6L9ZEgBfE3jJ7FUEUglVeX3kM9AVCt+w+/wOZY9f3JAYCQ== X-Received: by 10.223.160.86 with SMTP id l22mr13393417wrl.187.1510765039438; Wed, 15 Nov 2017 08:57:19 -0800 (PST) Received: from localhost.localdomain ([160.167.170.128]) by smtp.gmail.com with ESMTPSA id p15sm5673089wre.24.2017.11.15.08.57.17 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Nov 2017 08:57:18 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org, leif.lindholm@linaro.org Cc: Ard Biesheuvel Date: Wed, 15 Nov 2017 16:56:35 +0000 Message-Id: <20171115165637.31118-18-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20171115165637.31118-1-ard.biesheuvel@linaro.org> References: <20171115165637.31118-1-ard.biesheuvel@linaro.org> Subject: [PATCH 17/19] ArmPlatformPkg: remove unused L2X0CacheLibNull library X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Nov 2017 16:53:12 -0000 This library is not used anywhere so remove it. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- ArmPlatformPkg/Library/L2X0CacheLibNull/L2X0Cache.c | 30 -------------------- ArmPlatformPkg/Library/L2X0CacheLibNull/L2X0CacheLibNull.inf | 27 ------------------ 2 files changed, 57 deletions(-) diff --git a/ArmPlatformPkg/Library/L2X0CacheLibNull/L2X0Cache.c b/ArmPlatformPkg/Library/L2X0CacheLibNull/L2X0Cache.c deleted file mode 100644 index 3f7fd305c4e1..000000000000 diff --git a/ArmPlatformPkg/Library/L2X0CacheLibNull/L2X0CacheLibNull.inf b/ArmPlatformPkg/Library/L2X0CacheLibNull/L2X0CacheLibNull.inf deleted file mode 100644 index 1bced4d87f10..000000000000 -- 2.11.0