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