about summary refs log tree commit diff stats
path: root/022arithmetic.cc
diff options
context:
space:
mode:
Diffstat (limited to '022arithmetic.cc')
-rw-r--r--022arithmetic.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/022arithmetic.cc b/022arithmetic.cc
index e5de41ec..817cd5f2 100644
--- a/022arithmetic.cc
+++ b/022arithmetic.cc
@@ -314,11 +314,3 @@ recipe main [
 ]
 # integer division can't return floating-point infinity
 +error: main: divide by zero in '1:number <- divide-with-remainder 4, 0'
-
-:(code)
-inline bool scalar(const vector<long long int>& x) {
-  return SIZE(x) == 1;
-}
-inline bool scalar(const vector<double>& x) {
-  return SIZE(x) == 1;
-}