Skip to content

Commit a1cf6e8

Browse files
committed
Don't produce the "histories" block any more (save time)
1 parent b3cb7cb commit a1cf6e8

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/api/server.rkt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -429,15 +429,6 @@
429429
['timeout #f]
430430
['failure (exception->datum backend)]))
431431

432-
(define histories
433-
(for/list ([altn (in-list altns)]
434-
[analysis (if (hash? backend-hash)
435-
(hash-ref backend-hash 'end)
436-
'())])
437-
(define history (hash-ref analysis 'history))
438-
(define block `(div ([id "history"]) (ol ,@(render-history history ctx))))
439-
(call-with-output-string (curry write-xexpr block))))
440-
441432
(define derivations
442433
(for/list ([altn (in-list altns)]
443434
[analysis (if (hash? backend-hash)
@@ -453,8 +444,6 @@
453444
profile
454445
'alternatives ; FIXME: currently used by Odyssey but should maybe be in 'backend?
455446
fpcores
456-
'histories ; FIXME: currently used by Odyssey but should switch to 'derivations below
457-
histories
458447
'derivations
459448
derivations
460449
'backend

0 commit comments

Comments
 (0)