summaryrefslogtreecommitdiff
path: root/src/str.c
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2004-01-10 21:15:17 +0000
committerMichael Jennings <mej@kainx.org>2004-01-10 21:15:17 +0000
commit5d8652b63af0c1f35c760084c3e1dd288a083599 (patch)
treebdccbf9673092370682252ee61ab27203535e489 /src/str.c
parentb81d14cb6ce9177405622e36917601d788d14ad5 (diff)
downloadlibast-5d8652b63af0c1f35c760084c3e1dd288a083599.tar.gz
Sat Jan 10 16:12:42 2004 Michael Jennings (mej)
Step #1: Update copyright statements. Step #2: ??? Step #3: Profit. SVN revision: 8333
Diffstat (limited to 'src/str.c')
-rw-r--r--src/str.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/str.c b/src/str.c
index 6789ba7..1c9a947 100644
--- a/src/str.c
+++ b/src/str.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
@@ -110,7 +110,6 @@ spif_bool_t
spif_str_del(spif_str_t self)
{
REQUIRE_RVAL(!SPIF_STR_ISNULL(self), FALSE);
- D_OBJ(("Deleting string %010p\n", self));
spif_str_done(self);
SPIF_DEALLOC(self);
return TRUE;