aboutsummaryrefslogtreecommitdiff
path: root/nexgb/xgbgen/bufcount.go
diff options
context:
space:
mode:
Diffstat (limited to 'nexgb/xgbgen/bufcount.go')
-rw-r--r--nexgb/xgbgen/bufcount.go15
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
-}
-