Skip to content

Commit

Permalink
Remove unused data member.
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvassilev committed Dec 29, 2024
1 parent a2e1c50 commit c3f2394
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions include/clad/Differentiator/DerivativeBuilder.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ namespace clad {
: derivative(p_derivative), overload(p_overload) {}
};

using VectorOutputs =
std::vector<std::unordered_map<const clang::ValueDecl*, clang::Expr*>>;

static clang::SourceLocation noLoc{};
class VisitorBase;
/// The main builder class which then uses either ForwardModeVisitor or
Expand Down
2 changes: 0 additions & 2 deletions include/clad/Differentiator/VisitorBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@ namespace clad {
/// A stack of all the blocks where the statements of the gradient function
/// are stored (e.g., function body, if statement blocks).
std::vector<Stmts> m_Blocks;
/// Stores output variables for vector-valued functions
VectorOutputs m_VectorOutput;
/// Stores derivative expression of the implicit `this` pointer.
///
/// In the forward mode, `this` pointer derivative expression is of pointer
Expand Down

0 comments on commit c3f2394

Please sign in to comment.