Skip to content

Commit

Permalink
Delete unused function (#7925)
Browse files Browse the repository at this point in the history
  • Loading branch information
abadams authored Nov 14, 2023
1 parent f25af7f commit f0cdd50
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/CodeGen_LLVM.h
Original file line number Diff line number Diff line change
Expand Up @@ -402,11 +402,6 @@ class CodeGen_LLVM : public IRVisitor {
void visit(const Realize *) override;
// @}

/** If we have to bail out of a pipeline midway, this should
* inject the appropriate target-specific cleanup code. */
virtual void prepare_for_early_exit() {
}

/** Get the llvm type equivalent to the given halide type in the
* current context. */
virtual llvm::Type *llvm_type_of(const Type &) const;
Expand Down

0 comments on commit f0cdd50

Please sign in to comment.