summaryrefslogtreecommitdiffstats
path: root/src/dbutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dbutil.c')
-rw-r--r--src/dbutil.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/dbutil.c b/src/dbutil.c
index cfa3150..09c092d 100644
--- a/src/dbutil.c
+++ b/src/dbutil.c
@@ -268,8 +268,6 @@ int get_nrecno_by_name(struct syrep_db_context *c, const struct syrep_name *rnam
struct syrep_nrecno nrecno;
struct syrep_name name;
-/* struct syrep_nhash *foo1; */
-/* struct syrep_nrecno *foo2; */
int f;
if (ret) {
@@ -289,11 +287,6 @@ int get_nrecno_by_name(struct syrep_db_context *c, const struct syrep_name *rnam
goto finish;
}
-/* foo1 = key.data; */
-/* foo2 = data.data; */
-
-/* fprintf(stderr, "cursor: %u ?= %u, %u\n", nhash.hash, foo1->hash, foo2->recno); */
-
memcpy(&nrecno, data.data, sizeof(nrecno));
if ((f = get_name_by_nrecno(c, &nrecno, &name)) < 0)