diff options
author | Andrew Gallant (Ocelot) <Andrew.Gallant@tufts.edu> | 2012-04-30 02:44:31 -0400 |
---|---|---|
committer | Andrew Gallant (Ocelot) <Andrew.Gallant@tufts.edu> | 2012-04-30 02:44:31 -0400 |
commit | 2a2d8653b3a7918dfb00dcca8937b0e878279c70 (patch) | |
tree | 39505670885d7ae838f9c306070336db4685e078 /nexgb/xgbgen/bufcount.go | |
parent | 05d8ec6a16acf88c5ae7521d86131f5ea7f9b4e4 (diff) | |
download | haven-2a2d8653b3a7918dfb00dcca8937b0e878279c70.tar.gz haven-2a2d8653b3a7918dfb00dcca8937b0e878279c70.tar.xz haven-2a2d8653b3a7918dfb00dcca8937b0e878279c70.zip |
gofmt
Diffstat (limited to 'nexgb/xgbgen/bufcount.go')
-rw-r--r-- | nexgb/xgbgen/bufcount.go | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/nexgb/xgbgen/bufcount.go b/nexgb/xgbgen/bufcount.go deleted file mode 100644 index c3a5645..0000000 --- a/nexgb/xgbgen/bufcount.go +++ /dev/null @@ -1,15 +0,0 @@ -package main - -/* - A buffer count is a mechanism by which to keep track of which byte one - is reading or writing to/from the wire. - - It's an abstraction over the fact that while such a counter is usually - fixed, it can be made variable based on values at run-time. -*/ - -type BufCount struct { - Fixed int - Exprs []*Expression -} - |