Commit aefcc57
authored
In commit 36961b6
([#6764](https://redirect.github.com/phoenixframework/phoenix/pull/6764)),
the test "development workflow works as expected" was updated to
"generated app boots with mix phx.server", removing the `File.touch!`
and `File.stat!` assertions on non-existent HTML templates in an app
generated with `--no-html`.
However, the `@epoch` module attribute definition at the top of the file
was left behind, causing the compiler warning:
"warning: module attribute @epoch was set but never used"
This removes the unused `@epoch` definition.
1 parent a16ee7a commit aefcc57
1 file changed
Lines changed: 0 additions & 2 deletions
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | 4 | | |
7 | 5 | | |
8 | 6 | | |
| |||
0 commit comments