summaryrefslogtreecommitdiff
path: root/src/arch/hsail/insts/gpu_static_inst.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/hsail/insts/gpu_static_inst.cc')
-rw-r--r--src/arch/hsail/insts/gpu_static_inst.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/arch/hsail/insts/gpu_static_inst.cc b/src/arch/hsail/insts/gpu_static_inst.cc
index bbaeb13e6..dba2756d0 100644
--- a/src/arch/hsail/insts/gpu_static_inst.cc
+++ b/src/arch/hsail/insts/gpu_static_inst.cc
@@ -50,15 +50,4 @@ namespace HsailISA
{
disassembly = opcode;
}
-
- const std::string&
- HsailGPUStaticInst::disassemble()
- {
- if (disassembly.empty()) {
- generateDisassembly();
- assert(!disassembly.empty());
- }
-
- return disassembly;
- }
} // namespace HsailISA