summaryrefslogtreecommitdiffstats
path: root/xstd.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-08 19:47:40 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-08 19:47:40 +0000
commitc982f1ac2d0b17fd63d23cee99cea7933a1fc3cb (patch)
treec87cfa80c0cad5b5b10bfc1de3aaf54948f7495f /xstd.c
parentb65033a3e2bc67bf2371679ab0cb8b49e0ff1d0a (diff)
downloadmandoc-c982f1ac2d0b17fd63d23cee99cea7933a1fc3cb.tar.gz
Removed some unnecesary functions.
Diffstat (limited to 'xstd.c')
-rw-r--r--xstd.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/xstd.c b/xstd.c
index 8326aa2e..04ed7bdb 100644
--- a/xstd.c
+++ b/xstd.c
@@ -35,13 +35,6 @@ extern size_t strlcpy(char *, const char *, size_t);
int
-xstrncmp(const char *p1, const char *p2, size_t sz)
-{
-
- return(0 == strncmp(p1, p2, sz));
-}
-
-int
xstrcmp(const char *p1, const char *p2)
{