From 40e52e1e6a843e08f8f6eca12defeb9240df2700 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Wed, 12 Jan 2022 15:57:22 +0500 Subject: [PATCH] Remove summary --- README.md | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/README.md b/README.md index 8bc86fd..ba77d30 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,6 @@ Table of contents * [Installation](#installation) * [Development](#development) * [Cross](#cross) -* [Summary](#summary) - * [Pure code size](#pure-code-size) - * [Used header files](#used-header-files) * [Portability](#portability) * [Discussion](#discussion) @@ -224,39 +221,6 @@ Disassembly of section .text: -Summary -------- - -This information is updated from time to time. - -### Pure code size - -`cloc --vcs=git include/ src/` - -``` -------------------------------------------------------------------------------- -Language files blank comment code -------------------------------------------------------------------------------- -C 12 236 19 1548 -C/C++ Header 14 179 64 597 -Assembly 2 7 6 28 -make 1 0 0 13 -------------------------------------------------------------------------------- -SUM: 29 422 89 2186 -------------------------------------------------------------------------------- -``` - -### Used header files - -`git grep '#include <' -- include/ src/ | grep -v '#include