lib/protocol: Eliminate nativeModel on Unix

This commit is contained in:
greatroar
2021-10-22 18:40:40 +02:00
committed by Jakob Borg
parent cb607e8551
commit 46082f194c
4 changed files with 6 additions and 4 deletions
+1 -3
View File
@@ -7,6 +7,4 @@ package protocol
// Normal Unixes uses NFC and slashes, which is the wire format.
type nativeModel struct {
Model
}
func makeNative(m Model) Model { return m }