diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-05-19 10:32:25 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-05-19 10:32:25 -0700 |
commit | 3fc2aea77027523dbc86f9bc67d4577e56765914 (patch) | |
tree | 8ea913e1c1fcb5c19e088276fb975c7b8cd135f6 /Documentation | |
parent | Merge branch 'fc/prompt-zsh-read-from-file' (diff) | |
parent | Documentation/technical/api-hashmap: remove source highlighting (diff) | |
download | tgif-3fc2aea77027523dbc86f9bc67d4577e56765914.tar.xz |
Merge branch 'kb/fast-hashmap'
* kb/fast-hashmap:
Documentation/technical/api-hashmap: remove source highlighting
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/technical/api-hashmap.txt | 1 |
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; |