diff --git a/dice.cpp b/dice.cpp index ecf63e4..7e307b1 100644 --- a/dice.cpp +++ b/dice.cpp @@ -42,9 +42,3 @@ int main(void) { cout << fortune_from(rand()%91, h, m); return 0; } - -template -T minimum(const T& lhs, const T& rhs) -{ - return lhs < rhs ? lhs : rhs; -}