Skip to content

Commit

Permalink
Remove unused declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
cl4es committed Oct 22, 2020
1 parent bf844df commit 47d9214
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/hotspot/share/compiler/disassembler.hpp
Expand Up @@ -51,21 +51,13 @@ class Disassembler : public AbstractDisassembler {
void* printf_stream,
const char* options,
int newline);
// this is the type of the dll entry point for old version:
typedef void* (*decode_func)(void* start_va, void* end_va,
void* (*event_callback)(void*, const char*, void*),
void* event_stream,
int (*printf_callback)(void*, const char*, ...),
void* printf_stream,
const char* options);
// points to the library.
static void* _library;
// bailout
static bool _tried_to_load_library;
static bool _library_usable;
// points to the decode function.
static decode_func_virtual _decode_instructions_virtual;
static decode_func _decode_instructions;

// tries to load library and return whether it succeeded.
// Allow (diagnostic) output redirection.
Expand Down

0 comments on commit 47d9214

Please sign in to comment.