diff --git a/crashcollect/crash/crashes.go b/crashcollect/crash/crashes.go deleted file mode 100644 index 9dabf26a6..000000000 --- a/crashcollect/crash/crashes.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright (C) 2020 Storj Labs, Inc. -// See LICENSE for copying information. - -package crash - -import ( - "time" - - "storj.io/common/storj" -) - -// Crash holds information about storagenode crash. -type Crash struct { - ID storj.NodeID - CompressedPanic []byte - CrashedAt time.Time -}