sauliusgrigaitis / Swifton

A Ruby on Rails inspired Web Framework for Swift that runs on Linux and OS X
MIT License
1.97k stars 70 forks source link

Unused variable in ControllerSpec #18

Closed j-em closed 8 years ago

j-em commented 8 years ago

Hello,

I'm learning Swift and I tried compiling this project for fun and I noticed a compiler warning: /home/bob/Swifton/Sources/Spec/ControllerSpec.swift:12:17: warning: variable 'record' was written to, but never read var record:TestModel!

Does holding the result of TestModel.create() into record have any purposes ?

sauliusgrigaitis commented 8 years ago

@j-allard thanks, fixed.