summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJosh Blum2012-11-11 23:21:45 -0800
committerJosh Blum2012-11-11 23:21:45 -0800
commitbe29a706ae227628b2e4a952f6aae97c9c66d5da (patch)
treedb011bdb194d8f95c655f9c82e379dd065611c60 /lib
parent5ea36ce4fbf2198c9cc3652d1135247b0e1171f9 (diff)
downloadsandhi-be29a706ae227628b2e4a952f6aae97c9c66d5da.tar.gz
sandhi-be29a706ae227628b2e4a952f6aae97c9c66d5da.tar.bz2
sandhi-be29a706ae227628b2e4a952f6aae97c9c66d5da.zip
moved work buffer definition into its own header
Diffstat (limited to 'lib')
-rw-r--r--lib/tags.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/tags.cpp b/lib/tags.cpp
index 8b0f251..490c5c5 100644
--- a/lib/tags.cpp
+++ b/lib/tags.cpp
@@ -4,12 +4,6 @@
using namespace gras;
-Tag::Tag(void):
- offset(0)
-{
- //NOP
-}
-
Tag::Tag(const item_index_t &offset, const PMCC &key, const PMCC &value, const PMCC &srcid):
offset(offset), key(key), value(value), srcid(srcid)
{