Skip to content

Commit

Permalink
fix typo (apache#3611)
Browse files Browse the repository at this point in the history
  • Loading branch information
were authored and wweic committed Sep 6, 2019
1 parent 7586114 commit 42f3ca7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ include_directories(${COMPILER_RT_PATH})
# initial variables
set(TVM_LINKER_LIBS "")
set(TVM_RUNTIME_LINKER_LIBS ${CMAKE_DL_LIBS})
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

# Generic compilation options
if(MSVC)
Expand Down
2 changes: 0 additions & 2 deletions src/arithmetic/bound_deducer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ std::vector<const Node*> GetPath(Expr target, Expr expr) {
return v.path_;
}

class BoundDeduceIntputChecker;

// a visitor to deduce the bound of a variable from a expression
class BoundDeducer: public IRVisitor {
public:
Expand Down

0 comments on commit 42f3ca7

Please sign in to comment.