Skip to content

Commit 974a64a

Browse files
committed
Removed unused function
1 parent ee7a7f0 commit 974a64a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

core/src/main/resources/org/apache/spark/ui/static/timeline-view.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@ function drawJobTimeline(groupArray, eventObjArray) {
7474
});
7575
}
7676

77-
function setupJobEntryLink(id, timeline) {
78-
$(id +'')
79-
}
80-
8177
function setupZoomable(id, timeline) {
8278
$(id + '>input[type="checkbox"]').click(function() {
8379
if (this.checked) {

0 commit comments

Comments
 (0)