summaryrefslogtreecommitdiffstats
path: root/doc/new_chapters/gen_section
diff options
context:
space:
mode:
Diffstat (limited to 'doc/new_chapters/gen_section')
-rw-r--r--doc/new_chapters/gen_section10
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/new_chapters/gen_section b/doc/new_chapters/gen_section
index d1b472ec3f..5950a2e303 100644
--- a/doc/new_chapters/gen_section
+++ b/doc/new_chapters/gen_section
@@ -129,22 +129,12 @@ case ${chapter} in
ROUTINES="strcpy strncpy strcat strncat strcmp strncmp strchr strcspn \
strpbrk strrchr strspn strstr strtok stlen"
;;
- misc_stackchk)
- CHAPTER_CAPS="Stack Bounds Checker"
- CHAPTER_LOWER="stack bounds checker"
- ROUTINES="Stack_check_Initialize Stack_check_Dump_usage"
- ;;
misc_rtmonuse)
CHAPTER_CAPS="Rate Monotonic Period Statistics"
CHAPTER_LOWER="rate monotonic period statistics"
ROUTINES="Period_usage_Initialize Period_usage_Reset \
Period_usage_Update Period_usage_Dump"
;;
- misc_cpuuse)
- CHAPTER_CAPS="CPU Usage Statistics"
- CHAPTER_LOWER="CPU usage statistics"
- ROUTINES="CPU_usage_Dump CPU_usage_Reset"
- ;;
misc_error)
CHAPTER_CAPS="Error Reporting Support"
CHAPTER_LOWER="error reporting support"