|
@@ -52,8 +52,7 @@ int main(int argc, char *argv[])
|
|
log_info ("Time elapsed: %lf s", wallclock);
|
|
log_info ("Time elapsed: %lf s", wallclock);
|
|
|
|
|
|
log_info ("Inserting triples.");
|
|
log_info ("Inserting triples.");
|
|
- LSUP_Graph *gr = LSUP_graph_new (
|
|
|
|
- LSUP_iriref_new (NULL, NULL), LSUP_STORE_MDB, NULL, NULL, nt);
|
|
|
|
|
|
+ LSUP_Graph *gr = LSUP_graph_new (NULL, NULL, NULL);
|
|
if (!gr) {
|
|
if (!gr) {
|
|
log_error ("Error creating graph!");
|
|
log_error ("Error creating graph!");
|
|
return -1;
|
|
return -1;
|