summaryrefslogtreecommitdiff
path: root/tools/llvm-mca/HardwareUnit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-mca/HardwareUnit.cpp')
-rw-r--r--tools/llvm-mca/HardwareUnit.cpp23
1 files changed, 0 insertions, 23 deletions
diff --git a/tools/llvm-mca/HardwareUnit.cpp b/tools/llvm-mca/HardwareUnit.cpp
deleted file mode 100644
index 103cde9afcc8..000000000000
--- a/tools/llvm-mca/HardwareUnit.cpp
+++ /dev/null
@@ -1,23 +0,0 @@
-//===------------------------- HardwareUnit.cpp -----------------*- C++ -*-===//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-/// \file
-///
-/// This file defines the anchor for the base class that describes
-/// simulated hardware units.
-///
-//===----------------------------------------------------------------------===//
-
-#include "HardwareUnit.h"
-
-namespace mca {
-
-// Pin the vtable with this method.
-HardwareUnit::~HardwareUnit() = default;
-
-} // namespace mca