Remove unused #define.

This commit is contained in:
Pawel Jakub Dawidek 2007-04-09 23:30:28 +00:00
parent 3c0d0ca74b
commit 0404b7791b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=168559
2 changed files with 0 additions and 4 deletions

View File

@ -124,8 +124,6 @@
#include <sys/kstat.h>
#include <sys/sdt.h>
#define ARC_FREE_AT_ONCE 4194304
static kmutex_t arc_reclaim_thr_lock;
static kcondvar_t arc_reclaim_thr_cv; /* used to signal reclaim thr */
static uint8_t arc_thread_exit;

View File

@ -124,8 +124,6 @@
#include <sys/kstat.h>
#include <sys/sdt.h>
#define ARC_FREE_AT_ONCE 4194304
static kmutex_t arc_reclaim_thr_lock;
static kcondvar_t arc_reclaim_thr_cv; /* used to signal reclaim thr */
static uint8_t arc_thread_exit;