mirror of https://github.com/status-im/op-geth.git
remove solc flair
This commit is contained in:
parent
22b694ee1e
commit
4201a18117
|
@ -18,7 +18,8 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
flair = "Christian <c@ethdev.com> and Lefteris <lefteris@ethdev.com> (c) 2014-2015"
|
// flair = "Christian <c@ethdev.com> and Lefteris <lefteris@ethdev.com> (c) 2014-2015"
|
||||||
|
flair = ""
|
||||||
languageVersion = "0"
|
languageVersion = "0"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue