Skip to content

Commit 99407a4

Browse files
committed
Remove commented out code, stale comments
1 parent 2222abe commit 99407a4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

htmlify.p6

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ monitor UrlLog {
6464
my $url-log = UrlLog.new;
6565
&rewrite-url.wrap(sub (|c){
6666
$url-log.log(my \r = callsame);
67-
# die c if r eq '$SOLIDUSsyntax$SOLIDUS#class_Slip';
6867
r
6968
});
7069

@@ -83,8 +82,6 @@ my @menu =
8382
('programs', '' ) => (),
8483
('examples', 'Examples' ) => (),
8584
('webchat', 'Chat with us') => (),
86-
# ('module', 'Modules' ) => (),
87-
# ('formalities','' ) => ();
8885
;
8986

9087
my $head = slurp 'template/head.html';
@@ -328,7 +325,6 @@ sub process-pod-source(:$kind, :$pod, :$filename, :$pod-is-complete) {
328325
}
329326
}
330327

331-
# XXX: Generalize
332328
multi write-type-source($doc) {
333329
sub href_escape($ref) {
334330
# only valid for things preceded by a protocol, slash, or hash

0 commit comments

Comments
 (0)