diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-11-30 15:05:28 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-11-30 15:05:28 +0100 |
commit | 388073a03915ca37889f205d8df15b3c85aee965 (patch) | |
tree | 8034f4763e66ff4966dd476f8555470746cfe98c /memory/mozjemalloc/rb.h | |
parent | a7878bacfdb8479ac27a8bc5cc02842dd4f49281 (diff) | |
download | UXP-388073a03915ca37889f205d8df15b3c85aee965.tar UXP-388073a03915ca37889f205d8df15b3c85aee965.tar.gz UXP-388073a03915ca37889f205d8df15b3c85aee965.tar.lz UXP-388073a03915ca37889f205d8df15b3c85aee965.tar.xz UXP-388073a03915ca37889f205d8df15b3c85aee965.zip |
Issue #1307 - Part 2: Remove disabled code blocks
Diffstat (limited to 'memory/mozjemalloc/rb.h')
-rw-r--r-- | memory/mozjemalloc/rb.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/memory/mozjemalloc/rb.h b/memory/mozjemalloc/rb.h index 53a926d46..431ad9ddb 100644 --- a/memory/mozjemalloc/rb.h +++ b/memory/mozjemalloc/rb.h @@ -1,7 +1,7 @@ /****************************************************************************** * * Copyright (C) 2008 Jason Evans <jasone@FreeBSD.org>. - * Copyright (C) 2015-2018 Mark Straver <moonchild@palemoon.org> + * Copyright (C) 2015-2019 Mark Straver <moonchild@palemoon.org> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -72,11 +72,6 @@ #ifndef RB_H_ #define RB_H_ -#if 0 -#include <sys/cdefs.h> -__FBSDID("$FreeBSD: head/lib/libc/stdlib/rb.h 178995 2008-05-14 18:33:13Z jasone $"); -#endif - /* Node structure. */ #define rb_node(a_type) \ struct { \ |