|
Check-in Number:
|
891 | |
| Date: |
2001-Sep-08 13:07:51 (local)
2001-Sep-08 11:07:51 (UTC) |
| User: | rse |
| Branch: | |
| Comment: |
remove ununsed variable |
| Tickets: |
|
| Inspections: |
|
| Files: |
|
ossp-pkg/l2/l2_ch_fd.c 1.8 -> 1.9
--- l2_ch_fd.c 2001/09/06 19:27:02 1.8
+++ l2_ch_fd.c 2001/09/08 11:07:51 1.9
@@ -76,7 +76,6 @@
static l2_result_t hook_open(l2_context_t *ctx, l2_channel_t *ch)
{
l2_ch_file_t *cfg;
- int mode;
/* parameter checks */
if ((cfg = (l2_ch_file_t *)ctx->vp) == NULL)
|
|