Changeset 37708112ca12f0bacbed99fc5a1a7e774b7a8511
- Timestamp:
- 15/06/08 00:39:57
(6 months ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1213483197 -0700
- git-parent:
[9d56c1846867dfa94f8e9318bdaaad0fd7f88bf6]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1213483197 -0700
- Message:
Remove unused variable.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r5faadbd |
r3770811 |
|
| 200 | 200 | { |
|---|
| 201 | 201 | char *psz; |
|---|
| 202 | | int i_mode, i_activity; |
|---|
| | 202 | int i_mode; |
|---|
| 203 | 203 | char *psz_name = strdup (p_access->psz_path); |
|---|
| 204 | 204 | |
|---|