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 | |
parent | 6308767f0bb58116cb405e1f4f77f5dfc1589920 (diff) | |
parent | c2538fd6ba16c18b4b0921ca8252e56e94af1449 (diff) | |
download | git-3fc2aea77027523dbc86f9bc67d4577e56765914.tar.gz git-3fc2aea77027523dbc86f9bc67d4577e56765914.tar.xz |
Merge branch 'kb/fast-hashmap'
* kb/fast-hashmap:
Documentation/technical/api-hashmap: remove source highlighting
-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 42ca2347e..b977ae8bb 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; |