]> Cypherpunks.ru repositories - ucspi.git/blobdiff - conn.go
Up to date Go
[ucspi.git] / conn.go
diff --git a/conn.go b/conn.go
index 0b1168affec69bb3f0fc91a7cee2f901df06c0fb..7076336a2cabb56a671d63189fb88cd26f5d210e 100644 (file)
--- a/conn.go
+++ b/conn.go
@@ -1,6 +1,6 @@
 /*
 ucspi -- UCSPI-related utilities
-Copyright (C) 2021-2022 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2021-2023 Sergey Matveev <stargrave@stargrave.org>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -24,8 +24,6 @@ import (
        "time"
 )
 
-var aLongTimeAgo = time.Unix(1, 0)
-
 type Addr struct {
        ip   string
        port string