don't define curlwp, it's just (unused) sugar

This commit is contained in:
pooka 2009-10-13 20:08:08 +00:00
parent e0ace4590b
commit 5ac5a300e2
1 changed files with 1 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: rump.h,v 1.29 2009/10/11 23:23:09 pooka Exp $ */
/* $NetBSD: rump.h,v 1.30 2009/10/13 20:08:08 pooka Exp $ */
/*
* Copyright (c) 2007 Antti Kantee. All Rights Reserved.
@ -62,10 +62,6 @@ struct modinfo;
#include <rump/rumpvnode_if.h>
#include <rump/rumpdefs.h>
#ifndef curlwp
#define curlwp rump_get_curlwp()
#endif
/*
* Something like rump capabilities would be nicer, but let's
* do this for a start.