diff options
author | Heejin Ahn <aheejin@gmail.com> | 2021-11-22 10:34:30 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-22 10:34:30 -0800 |
commit | 587075980d752d6aa819ad0e096d9e15b0568dce (patch) | |
tree | 06eb76c3df7ece5159c9e4474e4dd9145057570a /src/passes/NoExitRuntime.cpp | |
parent | 76327e47119c2b4c24a3382d31000cdcc67c7a13 (diff) | |
download | binaryen-587075980d752d6aa819ad0e096d9e15b0568dce.tar.gz binaryen-587075980d752d6aa819ad0e096d9e15b0568dce.tar.bz2 binaryen-587075980d752d6aa819ad0e096d9e15b0568dce.zip |
Remove 'using namespace std' (NFC) (#4349)
Diffstat (limited to 'src/passes/NoExitRuntime.cpp')
-rw-r--r-- | src/passes/NoExitRuntime.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/passes/NoExitRuntime.cpp b/src/passes/NoExitRuntime.cpp index 07cd4fc87..e15ef81bc 100644 --- a/src/passes/NoExitRuntime.cpp +++ b/src/passes/NoExitRuntime.cpp @@ -25,8 +25,6 @@ #include <wasm-builder.h> #include <wasm.h> -using namespace std; - namespace wasm { struct NoExitRuntime : public WalkerPass<PostWalker<NoExitRuntime>> { |