summaryrefslogtreecommitdiffstats
path: root/tools/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/utils.py')
-rw-r--r--tools/utils.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/utils.py b/tools/utils.py
index 232314cd..fb94d141 100644
--- a/tools/utils.py
+++ b/tools/utils.py
@@ -61,8 +61,6 @@ def GuessOS():
return 'openbsd'
elif id == 'SunOS':
return 'solaris'
- elif id == 'NetBSD':
- return 'netbsd'
else:
return None