From 824e0c00dfa8ea0d12fa11b9fc7181a299894f69 Mon Sep 17 00:00:00 2001 From: Pokechu22 Date: Thu, 9 Dec 2021 18:01:51 -0800 Subject: [PATCH] JitCache: Remove irrelevant comment It became irrelevant in 952dfcd6108dc14e310be28a60bd2902457afb93, when the define was removed; now, the code the comment is referring to is in JitRegister.cpp, and oprofile is controlled by cmake. --- Source/Core/Core/PowerPC/JitCommon/JitCache.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Source/Core/Core/PowerPC/JitCommon/JitCache.cpp b/Source/Core/Core/PowerPC/JitCommon/JitCache.cpp index febc4373fd..d6d2259f17 100644 --- a/Source/Core/Core/PowerPC/JitCommon/JitCache.cpp +++ b/Source/Core/Core/PowerPC/JitCommon/JitCache.cpp @@ -1,13 +1,6 @@ // Copyright 2008 Dolphin Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later -// Enable define below to enable oprofile integration. For this to work, -// it requires at least oprofile version 0.9.4, and changing the build -// system to link the Dolphin executable against libopagent. Since the -// dependency is a little inconvenient and this is possibly a slight -// performance hit, it's not enabled by default, but it's useful for -// locating performance issues. - #include #include #include