summaryrefslogtreecommitdiffstats
path: root/debuginfo-tests/dexter/dex/dextIR/DebuggerIR.py
diff options
context:
space:
mode:
Diffstat (limited to 'debuginfo-tests/dexter/dex/dextIR/DebuggerIR.py')
-rw-r--r--debuginfo-tests/dexter/dex/dextIR/DebuggerIR.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/debuginfo-tests/dexter/dex/dextIR/DebuggerIR.py b/debuginfo-tests/dexter/dex/dextIR/DebuggerIR.py
deleted file mode 100644
index 5956db602b4..00000000000
--- a/debuginfo-tests/dexter/dex/dextIR/DebuggerIR.py
+++ /dev/null
@@ -1,14 +0,0 @@
-# DExTer : Debugging Experience Tester
-# ~~~~~~ ~ ~~ ~ ~~
-#
-# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
-# See https://llvm.org/LICENSE.txt for license information.
-# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
-
-
-class DebuggerIR:
- """Data class which represents a debugger."""
-
- def __init__(self, name: str, version: str):
- self.name = name
- self.version = version
OpenPOWER on IntegriCloud