Remove dead code
This commit is contained in:
parent
cd19a4615b
commit
6914f32ce3
1 changed files with 0 additions and 7 deletions
|
@ -1,7 +0,0 @@
|
||||||
pub fn max(comptime T: type, a: T, b: T) T {
|
|
||||||
return if (a > b) a else b;
|
|
||||||
}
|
|
||||||
|
|
||||||
pub fn min(comptime T: type, a: T, b: T) T {
|
|
||||||
return if (a < b) a else b;
|
|
||||||
}
|
|
Loading…
Reference in a new issue