Opened on Feb 26, 2013 at 12:44:19 PM
Closed on Feb 27, 2013 at 8:47:49 AM
Last modified on Oct 10, 2017 at 6:50:58 AM
#2092 closed defect (fixed)
Dead code? fat_cluster_read()
Reported by: | Andreas Heinig | Owned by: | Chris Johns |
---|---|---|---|
Priority: | normal | Milestone: | 4.11 |
Component: | fs/fat | Version: | 4.11 |
Severity: | normal | Keywords: | |
Cc: | joel.sherrill@…, sebastian.huber@… | Blocked By: | |
Blocking: |
Description
I have here a compiler warning in fat.c:408 saying that 'fat_cluster_read' is defined but not used [-Wunused-function]. I greped over the RTEMS source code and did not found any occurrences.
I suggest to delete this functions. But please would somebody please check if this function is used in any library outside rtems master.
Attachments (1)
Change History (5)
Changed on Feb 26, 2013 at 12:44:19 PM by Andreas Heinig
comment:1 Changed on Feb 26, 2013 at 2:38:55 PM by Joel Sherrill
Cc: | Sebastian Huber added |
---|
comment:2 Changed on Feb 27, 2013 at 8:47:49 AM by Sebastian Huber
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed on Nov 24, 2014 at 6:58:28 PM by Gedare Bloom
Version: | HEAD → 4.11 |
---|
Replace Version=HEAD with Version=4.11 for the tickets with Milestone >= 4.11
comment:4 Changed on Oct 10, 2017 at 6:50:58 AM by Sebastian Huber
Component: | fs → fs/fat |
---|
Note: See
TracTickets for help on using
tickets.
Delete function fat_cluster_read()