Remove Unused Map #64

Merged
erinn merged 4 commits from fixees into trunk 2021-06-22 23:58:35 +00:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit b2d8f3f34a - Show all commits

6
lib.go
View File

@ -1,6 +1,6 @@
//package cwtch
package cwtch
package main
//package main
import "C"
import (
@ -735,4 +735,4 @@ func ShutdownCwtch() {
}
// Leave as is, needed by ffi
func main() {}
//func main() {}