diff options
| author | Peter Jones <pjones@redhat.com> | 2006-07-24 15:10:24 +0000 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2006-07-24 15:10:24 +0000 |
| commit | d90d2978a425221f83aeaa8cecd2a5b6062563ca (patch) | |
| tree | 9fe520b687888dc14c40552951d4156f292d3a1b /loader2 | |
| parent | 618edc9d2bbc5afb11e9958448130d98ecd2bf66 (diff) | |
- fix unused variable
Diffstat (limited to 'loader2')
| -rw-r--r-- | loader2/loader.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/loader2/loader.c b/loader2/loader.c index 8070fa053..609b53b2d 100644 --- a/loader2/loader.c +++ b/loader2/loader.c @@ -1205,7 +1205,9 @@ static void loaderSegvHandler(int signum) { } static int anaconda_trace_init(void) { +#if 0 int fd; +#endif #ifdef USE_MTRACE setenv("MALLOC_TRACE","/malloc",1); |
