aboutsummaryrefslogtreecommitdiff
path: root/src/cachestoremyriad.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cachestoremyriad.h')
-rw-r--r--src/cachestoremyriad.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cachestoremyriad.h b/src/cachestoremyriad.h
index a40ffb2..e5a10eb 100644
--- a/src/cachestoremyriad.h
+++ b/src/cachestoremyriad.h
@@ -16,8 +16,6 @@
16 16
17#include "bu/archive.h" 17#include "bu/archive.h"
18 18
19#include "bu/sio.h"
20
21namespace Bu 19namespace Bu
22{ 20{
23 template<class keytype, class obtype> 21 template<class keytype, class obtype>
@@ -60,7 +58,6 @@ namespace Bu
60 MyriadStream ns = mStore.openStream( 1 ); 58 MyriadStream ns = mStore.openStream( 1 );
61 Bu::Archive ar( ns, Bu::Archive::load ); 59 Bu::Archive ar( ns, Bu::Archive::load );
62 ar >> hId; 60 ar >> hId;
63 Bu::sio << hId << Bu::sio.nl;
64 } 61 }
65 catch( Bu::MyriadException &e ) 62 catch( Bu::MyriadException &e )
66 { 63 {