Skip to content

Commit d8e8fa1

Browse files
committed
unused 'Attach IDE snapshot to bug' action removed
1 parent b1c2ae8 commit d8e8fa1

File tree

3 files changed

+0
-273
lines changed

3 files changed

+0
-273
lines changed

visualvm/libs.profiler/profiler.snaptracer/src/org/graalvm/visualvm/lib/profiler/snaptracer/impl/AttachToBugAction.java

Lines changed: 0 additions & 266 deletions
This file was deleted.

visualvm/libs.profiler/profiler.snaptracer/src/org/graalvm/visualvm/lib/profiler/snaptracer/impl/TimelineView.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,6 @@ JComponent getView() {
148148
ProfilerToolbar toolbar = ProfilerToolbar.create(true);
149149
FileObject npssFo = model.getSnapshot().getNpssFileObject();
150150
toolbar.add(new ExportSnapshotAction(npssFo));
151-
if (AttachToBugAction.isSupported()) {
152-
File snapshotFile = FileUtil.toFile(npssFo);
153-
154-
if (snapshotFile != null) {
155-
toolbar.add(new AttachToBugAction(snapshotFile));
156-
}
157-
}
158151
toolbar.addSeparator();
159152

160153
toolbar.add(panel.zoomInAction());

0 commit comments

Comments
 (0)