Skip to content

Commit

Permalink
chore: remove redundant cDefine
Browse files Browse the repository at this point in the history
This is no longer needed with my zig-libxml2 project.
  • Loading branch information
ianprime0509 committed Mar 31, 2024
1 parent 034b060 commit 070f84b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bench/src/libxml2.zig
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const c = @cImport({
@cDefine("LIBXML_READER_ENABLED", "1");
@cInclude("libxml/xmlreader.h");
});

Expand Down

0 comments on commit 070f84b

Please sign in to comment.