From f7be3db65e559e77355537a11a88c8657ec4c059 Mon Sep 17 00:00:00 2001 From: "Andrew Gallant (Ocelot)" Date: Mon, 30 Apr 2012 02:44:31 -0400 Subject: gofmt --- xgbgen/bufcount.go | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 xgbgen/bufcount.go (limited to 'xgbgen/bufcount.go') 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 -} - -- cgit v1.2.3