Skip to content

Commit

Permalink
Merge pull request RobotsAndPencils#17 from x-way/remove-unused-unexp…
Browse files Browse the repository at this point in the history
…orted-variables-and-fields

Remove unused variables and fields
  • Loading branch information
mayankagwl committed Oct 6, 2020
2 parents fe7b11c + a308eae commit ae10033
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import (
"time"
)

var signaturePrefix = "ds"

type AuthnRequest struct {
XMLName xml.Name
SAMLP string `xml:"xmlns:samlp,attr"`
Expand All @@ -26,7 +24,6 @@ type AuthnRequest struct {
ForceAuthn string `xml:"ForceAuthn"`
IsPassive string `xml:"IsPassive"`
ProviderName string `xml:"ProviderName"`
originalString string
}

type Issuer struct {
Expand Down Expand Up @@ -222,7 +219,6 @@ type Response struct {
Issuer Issuer `xml:"Issuer"`
Status Status `xml:"Status"`
Assertion Assertion `xml:"Assertion"`
originalString string
}

type Assertion struct {
Expand Down

0 comments on commit ae10033

Please sign in to comment.