Opened 13 years ago
Closed 13 years ago
#11802 closed Patch - Bug Fix (fixed)
Patch to remove unused private field freeDiskSpaceKB (pre storage group field)
| Reported by: | Owned by: | stuartm | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.27 |
| Component: | MythTV - General | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Remove unused private field freeDiskSpaceKB Static analysis identified an unused private field freeDiskSpaceKB in the EncoderLink class. The usage was remove in commit a4796b5fc9 'Storage Groups (a novel by Chris Pinkham)', but the variable remained. Remove it from the class and ctors
github ref: https://github.com/garybuhrmaster/mythtv/commit/cab5a1f17dec1149a68722d539d759e37100958d
github git-am ref: https://github.com/garybuhrmaster/mythtv/commit/cab5a1f17dec1149a68722d539d759e37100958d.patch
Change History (2)
Note:
See TracTickets
for help on using tickets.

In c4a75d88dc1f0053199da98fce45cc4c937a7170/mythtv: