about summary refs log tree commit diff stats
path: root/057static_dispatch.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-01-18 09:26:00 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-01-18 09:26:00 -0800
commit4c2229fb2d1f762afcbdd41d62b7f0ee9df6a60f (patch)
treed6c48ed593a9840218ab94342d6f310be97fd67f /057static_dispatch.cc
parentaf085cf654eb499c1756509dea1d74f93ecbef45 (diff)
downloadmu-4c2229fb2d1f762afcbdd41d62b7f0ee9df6a60f.tar.gz
2564
Diffstat (limited to '057static_dispatch.cc')
-rw-r--r--057static_dispatch.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/057static_dispatch.cc b/057static_dispatch.cc
index dc2e4cb5..bad8c1d8 100644
--- a/057static_dispatch.cc
+++ b/057static_dispatch.cc
@@ -459,6 +459,4 @@ recipe foo a:boolean -> b:number [
 +error: main: failed to find a matching call for 'y:number <- foo x'
 
 :(before "End Includes")
-using std::min;
-using std::max;
 using std::abs;