Skip to content

Commit

Permalink
chore: remove debug_outs
Browse files Browse the repository at this point in the history
  • Loading branch information
sdkrystian committed Jun 14, 2023
1 parent 0264f5e commit a31ae91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions source/Support/Debug.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ llvm::raw_ostream& debug_outs()
return llvm::outs();
}

llvm::raw_ostream& debug_errs()
{
return llvm::errs();
}

void
debugEnableHeapChecking()
{
Expand Down
2 changes: 1 addition & 1 deletion source/Support/Debug.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ namespace mrdox {
*/
/** @{ */
MRDOX_DECL llvm::raw_ostream& debug_outs();
MRDOX_DECL llvm::raw_ostream& debug_errs();

/** @} */

/** Enable debug heap checking.
Expand Down

0 comments on commit a31ae91

Please sign in to comment.