Skip to content

Commit

Permalink
compiler: use the new Time implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Nov 19, 2024
1 parent 4853b84 commit f0cce38
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/julec/obj/cxx/object.jule
Original file line number Diff line number Diff line change
Expand Up @@ -545,8 +545,7 @@ impl ObjectCoder {
}

fn head(mut &self) {
time := time::Time.Now()
abs := time.Abs()
abs := time::UnixAbs(time::Now().Unix())
self.write("// Auto generated by JuleC.\n")
self.write("// JuleC version: ")
self.write(jule::Version)
Expand Down

0 comments on commit f0cce38

Please sign in to comment.