Commit 687447e1 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

As I mentioned...

parent 50ddc2e9
......@@ -127,7 +127,7 @@
#endif
#ifndef __unused
# define __unused
# define __unused __attribute__((__unused__))
#endif
/*
......
......@@ -30,10 +30,6 @@
#ifndef _VTREE_H_
#define _VTREE_H_
#ifndef __unused
#define __unused __attribute__((__unused__))
#endif
/*
* This file defines data structures for different types of trees:
* splay trees and red-black trees.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment