diff options
| author | David Lamparter <equinox@diac24.net> | 2019-02-07 18:48:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-07 18:48:48 +0100 |
| commit | b736a7be6f97a09579f93b07901c588aa8cb8279 (patch) | |
| tree | 4bb8b6a33af4bae3a3f8259b3747150854a8092f /lib/memory.c | |
| parent | 9dd8587ded53584633f09ae1c1ba8dc2d26a500a (diff) | |
| parent | 86da53ab0ee845179fd80ee32267ef6295564222 (diff) | |
Merge pull request #3748 from donaldsharp/sharp_nht_addition
Sharp cleanups and new cli
Diffstat (limited to 'lib/memory.c')
| -rw-r--r-- | lib/memory.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/memory.c b/lib/memory.c index fee23a75ac..149e294d50 100644 --- a/lib/memory.c +++ b/lib/memory.c @@ -35,7 +35,6 @@ struct memgroup **mg_insert = &mg_first; DEFINE_MGROUP(LIB, "libfrr") DEFINE_MTYPE(LIB, TMP, "Temporary memory") -DEFINE_MTYPE(LIB, PREFIX_FLOWSPEC, "Prefix Flowspec") static inline void mt_count_alloc(struct memtype *mt, size_t size, void *ptr) { |
