diff options
author | Josh Blum | 2012-11-11 23:21:45 -0800 |
---|---|---|
committer | Josh Blum | 2012-11-11 23:21:45 -0800 |
commit | be29a706ae227628b2e4a952f6aae97c9c66d5da (patch) | |
tree | db011bdb194d8f95c655f9c82e379dd065611c60 /lib | |
parent | 5ea36ce4fbf2198c9cc3652d1135247b0e1171f9 (diff) | |
download | sandhi-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.cpp | 6 |
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) { |