Skip to content

Commit

Permalink
removing unused code #12
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Jan 11, 2024
1 parent 32e0f7f commit 4a98a10
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions src/utils/vehicle/SUMORouteHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,6 @@ SUMORouteHandler::addParam(const SUMOSAXAttributes& attrs) {
myVehicleParameter->setParameter(key, val);
} else if (myCurrentVType != nullptr) {
myCurrentVType->setParameter(key, val);
} else {
myLoadedParameterised.setParameter(key, val);
}
}
}
Expand Down
3 changes: 0 additions & 3 deletions src/utils/vehicle/SUMORouteHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,6 @@ class SUMORouteHandler : public SUMOSAXHandler {
/// @brief The currently parsed vehicle type
SUMOVTypeParameter* myCurrentVType;

/// @brief Parameterised used for saving loaded generic parameters that aren't saved in Vehicles or Vehicle Types
Parameterised myLoadedParameterised;

/// @brief generates numerical ids
IDSupplier myIdSupplier;

Expand Down

0 comments on commit 4a98a10

Please sign in to comment.