Skip to content

Commit

Permalink
[clang][Interp][NFC] Remove unused using alias
Browse files Browse the repository at this point in the history
  • Loading branch information
tbaederr committed Jan 2, 2024
1 parent 80aeb62 commit 687c51a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clang/lib/AST/Interp/Interp.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
namespace clang {
namespace interp {

using APInt = llvm::APInt;
using APSInt = llvm::APSInt;

/// Convert a value to an APValue.
Expand Down

0 comments on commit 687c51a

Please sign in to comment.