projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
692571b
)
work
author
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 10 Dec 2023 02:40:17 +0000
(18:40 -0800)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 10 Dec 2023 02:40:17 +0000
(18:40 -0800)
rust/src/cooked.rs
patch
|
blob
|
history
diff --git
a/rust/src/cooked.rs
b/rust/src/cooked.rs
index 0206b84b75fe5fc2e23209925b1b55fbbd215df2..966e4b3e45637016d7bd0e022cef1e34bc70537d 100644
(file)
--- a/
rust/src/cooked.rs
+++ b/
rust/src/cooked.rs
@@
-179,9
+179,6
@@
pub enum Record {
FileAttributes(FileAttributeRecord),
VariableAttributes(VariableAttributeRecord),
OtherExtension(Extension),
- //EndOfHeaders(u32),
- //ZHeader(ZHeader),
- //ZTrailer(ZTrailer),
//Case(Vec<Value>),
}