summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-05-19 10:32:25 -0700
committerJunio C Hamano <gitster@pobox.com>2014-05-19 10:32:25 -0700
commit3fc2aea77027523dbc86f9bc67d4577e56765914 (patch)
tree8ea913e1c1fcb5c19e088276fb975c7b8cd135f6
parent6308767f0bb58116cb405e1f4f77f5dfc1589920 (diff)
parentc2538fd6ba16c18b4b0921ca8252e56e94af1449 (diff)
downloadgit-3fc2aea77027523dbc86f9bc67d4577e56765914.tar.gz
Merge branch 'kb/fast-hashmap'
* kb/fast-hashmap: Documentation/technical/api-hashmap: remove source highlighting
-rw-r--r--Documentation/technical/api-hashmap.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/technical/api-hashmap.txt b/Documentation/technical/api-hashmap.txt
index 42ca2347ed..b977ae8bbb 100644
--- a/Documentation/technical/api-hashmap.txt
+++ b/Documentation/technical/api-hashmap.txt
@@ -166,7 +166,6 @@ Usage example
-------------
Here's a simple usage example that maps long keys to double values.
-[source,c]
------------
struct hashmap map;