Skip to content
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.

Commit

Permalink
remove redundant struct
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredclwong committed Apr 10, 2021
1 parent da4362c commit 6d8f20c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Optical/Emitters/Emitters.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ module Emitters
using ...OpticSim, ..Geometry
using LinearAlgebra

struct MissingImplementationException <: Exception
msg::String
end

# defining name placeholders to override in nested modules
generate() = 0
export generate
Expand Down

0 comments on commit 6d8f20c

Please sign in to comment.