Skip to content

Commit

Permalink
remove offending C file to fix actions
Browse files Browse the repository at this point in the history
- will it work?
  • Loading branch information
spamegg1 committed Apr 5, 2024
1 parent 03991dd commit ea2ccc2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 71 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ metals.sbt
/.worksheet/

# Misc.
.png
*.c
1 change: 0 additions & 1 deletion src/main/scala/ch01/13-test.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package ch01.test

import scalanative.unsafe.{CQuote, CString, CSize, CChar, Ptr, sizeof}
import scalanative.libc.{stdio, string}
import scala.scalanative.unsigned.UnsignedRichInt

@main
def cStringExperiment2: Unit =
Expand Down
69 changes: 0 additions & 69 deletions src/main/scala/ch01/bad_stuff.c

This file was deleted.

0 comments on commit ea2ccc2

Please sign in to comment.