summaryrefslogtreecommitdiff
path: root/xgbgen/bufcount.go
diff options
context:
space:
mode:
authorAndrew Gallant (Ocelot) <[email protected]>2012-04-30 02:44:31 -0400
committerAndrew Gallant (Ocelot) <[email protected]>2012-04-30 02:44:31 -0400
commitf7be3db65e559e77355537a11a88c8657ec4c059 (patch)
tree98a3a415d15b6a2c03b0ae7206cbb9a8df66c601 /xgbgen/bufcount.go
parent91ec0c014823a869775575879de1f5585523fc39 (diff)
gofmt
Diffstat (limited to 'xgbgen/bufcount.go')
-rw-r--r--xgbgen/bufcount.go15
1 files changed, 0 insertions, 15 deletions
diff --git a/xgbgen/bufcount.go b/xgbgen/bufcount.go
deleted file mode 100644
index c3a5645..0000000
--- a/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
-}
-