aboutsummaryrefslogtreecommitdiff
path: root/device_openbsd.go
diff options
context:
space:
mode:
Diffstat (limited to 'device_openbsd.go')
-rw-r--r--device_openbsd.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/device_openbsd.go b/device_openbsd.go
deleted file mode 100644
index 8621b4e..0000000
--- a/device_openbsd.go
+++ /dev/null
@@ -1,6 +0,0 @@
-// note: ulpt* doesn't support read(), thus this dev is broken atm.
-package robo
-
-func Open() (Device, error) {
- return NewLP("/dev/ulpt0")
-}