提交 743b1b52 编写于 作者: H Heikki Linnakangas

Remove unused #defines

上级 3401b4fb
......@@ -28,7 +28,6 @@
#define BITS_PER_BITMAPWORD 32
typedef uint32 bitmapword; /* must be an unsigned type */
typedef int32 signedbitmapword; /* must be the matching signed type */
#define BITS_PER_BITMAPWORD_LOG2 5
typedef struct Bitmapset
{
......
......@@ -130,11 +130,6 @@ list_length(const List *l)
#define lfourth_oid(l) lfirst_oid(lnext(lnext(lnext(list_head(l)))))
#define lfourth_node(type,l) castNode(type, lfourth(l))
#define lfifth(l) lfirst(lnext(lnext(lnext(lnext(list_head(l))))))
#define lfifth_int(l) lfirst_int(lnext(lnext(lnext(lnext(list_head(l))))))
#define lfifth_oid(l) lfirst_oid(lnext(lnext(lnext(lnext(list_head(l))))))
#define lcfifth(l) lnext(lnext(lnext(lnext(list_head(l)))))
#define llast(l) lfirst(list_tail(l))
#define llast_int(l) lfirst_int(list_tail(l))
#define llast_oid(l) lfirst_oid(list_tail(l))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册