summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2019-02-15 19:20:25 +0100
committerBardur Arantsson <bardur@scientician.net>2019-02-15 19:20:25 +0100
commit189a5137bc65bc0f618d5f9ae18f461159e3d7dc (patch)
tree598adcdc31c6c378c582e93a8a9ec5206a65971e
parent2e8a375884442ee8f002f6b666cec111aa79db48 (diff)
Remove pointless comments
-rw-r--r--src/z-util.cc5
-rw-r--r--src/z-util.h9
2 files changed, 0 insertions, 14 deletions
diff --git a/src/z-util.cc b/src/z-util.cc
index 077e5dfe..63e875b0 100644
--- a/src/z-util.cc
+++ b/src/z-util.cc
@@ -1,12 +1,7 @@
-/* File: z-util.c */
-
-/* Purpose: Low level utilities -BEN- */
-
#include "z-util.h"
#include <cassert>
-
/*
* Determine if string "t" is equal to string "t"
*/
diff --git a/src/z-util.h b/src/z-util.h
index 9efff1be..10b4b8a4 100644
--- a/src/z-util.h
+++ b/src/z-util.h
@@ -6,19 +6,10 @@
extern "C" {
#endif
-/*
- * Extremely basic stuff, like "streq()".
- */
-
-
/* Aux functions */
extern void (*plog_aux)(const char *);
extern void (*quit_aux)(const char *);
-
-/**** Available Functions ****/
-
-
/* Test equality, prefix, suffix */
bool_ streq(const char *s, const char *t);
bool_ prefix(const char *s, const char *t);