Skip to content

Commit

Permalink
Remove some old code
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Sep 21, 2023
1 parent 6e692d9 commit 78abf26
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions NDTensors/src/SmallVectors/src/SmallVectors.jl
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@
module SmallVectors
using StaticArrays

include("StaticArraysExt.jl")
using .StaticArraysExt

export SmallVector, MSmallVector, SubSmallVector

struct NotImplemented <: Exception
msg::String
end
NotImplemented() = NotImplemented("Not implemented.")

struct BufferDimensionMismatch <: Exception
msg::String
end

include("abstractsmallvector/abstractsmallvector.jl")
include("abstractsmallvector/deque.jl")
include("msmallvector/msmallvector.jl")
Expand Down

0 comments on commit 78abf26

Please sign in to comment.