From 55bc96d4190e40704fb5e447cef9597b08b8f088 Mon Sep 17 00:00:00 2001
From: Robert Morris <rtm@csail.mit.edu>
Date: Tue, 23 Jul 2019 11:14:10 -0400
Subject: a few core -> CPU get rid of PDF generating support

---
 toc.ftr | 13 -------------
 1 file changed, 13 deletions(-)
 delete mode 100644 toc.ftr

(limited to 'toc.ftr')

diff --git a/toc.ftr b/toc.ftr
deleted file mode 100644
index 0061c1d..0000000
--- a/toc.ftr
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-The source listing is preceded by a cross-reference that lists every defined 
-constant, struct, global variable, and function in xv6.  Each entry gives,
-on the same line as the name, the line number (or, in a few cases, numbers)
-where the name is defined.  Successive lines in an entry list the line
-numbers where the name is used.  For example, this entry:
-
-    swtch 2658
-        0374 2428 2466 2657 2658
-
-indicates that swtch is defined on line 2658 and is mentioned on five lines
-on sheets 03, 24, and 26.
-- 
cgit v1.2.3