Skip to content

Commit

Permalink
Remove redundant lines
Browse files Browse the repository at this point in the history
  • Loading branch information
pbbwfc committed Jan 19, 2016
1 parent 2ebdaa6 commit 3d74c88
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/ExcelProvider/ExcelProvider.fs
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,6 @@ let internal typExcel(cfg:TypeProviderConfig) =
// Create the main provided type
let excelFileProvidedType = ProvidedTypeDefinition(executingAssembly, rootNamespace, "ExcelFile", Some(typeof<ExcelFileInternal>))

// Parameterize the type by the file to use as a template
let filename = ProvidedStaticParameter("filename", typeof<string>)
let range = ProvidedStaticParameter("sheetname", typeof<string>, "")
let forcestring = ProvidedStaticParameter("forcestring", typeof<bool>, false)
let staticParams = [ filename; range; forcestring ]
/// Given a function to format names (such as `niceCamelName` or `nicePascalName`)
/// returns a name generator that never returns duplicate name (by appending an
/// index to already used names)
Expand Down

0 comments on commit 3d74c88

Please sign in to comment.