summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2014-01-22 04:48:56 (GMT)
committerJason Evans <jasone@canonware.com>2014-01-22 04:49:58 (GMT)
commit0dec3507c62efac909e204217bf9b6c8c59d10ac (patch)
tree3acd1689a8d553462873f01e326677f56d7b40e7
parent898960247a8b2e6534738b7a3a244855f379faf9 (diff)
downloadjemalloc-0dec3507c62efac909e204217bf9b6c8c59d10ac.zip
jemalloc-0dec3507c62efac909e204217bf9b6c8c59d10ac.tar.gz
jemalloc-0dec3507c62efac909e204217bf9b6c8c59d10ac.tar.bz2
Remove __FBSDID from rb.h.
-rw-r--r--include/jemalloc/internal/rb.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/jemalloc/internal/rb.h b/include/jemalloc/internal/rb.h
index 7b675f0..423802e 100644
--- a/include/jemalloc/internal/rb.h
+++ b/include/jemalloc/internal/rb.h
@@ -22,10 +22,6 @@
#ifndef RB_H_
#define RB_H_
-#if 0
-__FBSDID("$FreeBSD: head/lib/libc/stdlib/rb.h 204493 2010-02-28 22:57:13Z jasone $");
-#endif
-
#ifdef RB_COMPACT
/* Node structure. */
#define rb_node(a_type) \