Skip to content

Commit 424604a

Browse files
committed
Remove unused FixAssetDualsRow struct
1 parent 5ff7770 commit 424604a

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

src/output.rs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -130,17 +130,6 @@ struct CommodityBalanceDualsRow {
130130
value: f64,
131131
}
132132

133-
/// Represents the fixed asset duals data in a row of the fixed asset duals CSV file
134-
#[derive(Serialize, Deserialize, Debug, PartialEq)]
135-
struct FixedAssetDualsRow {
136-
pac: CommodityID,
137-
pac_flow: f64,
138-
commodity_id: CommodityID,
139-
commodity_flow: f64,
140-
time_slice: TimeSliceID,
141-
value: f64,
142-
}
143-
144133
/// For writing extra debug information about the model
145134
struct DebugDataWriter {
146135
commodity_balance_duals_writer: csv::Writer<File>,

0 commit comments

Comments
 (0)