JitCache: Remove irrelevant comment

It became irrelevant in 952dfcd610, when the define was removed; now, the code the comment is referring to is in JitRegister.cpp, and oprofile is controlled by cmake.
This commit is contained in:
Pokechu22 2021-12-09 18:01:51 -08:00
parent 0b35321744
commit 824e0c00df

View File

@ -1,13 +1,6 @@
// Copyright 2008 Dolphin Emulator Project // Copyright 2008 Dolphin Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later // 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 <algorithm> #include <algorithm>
#include <array> #include <array>
#include <cstring> #include <cstring>