aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit1d3a7705febdbaf10ef07e08dc4f3019afbf29ad (patch)
tree391f4a48d1f892b127e9bb23735ce4bab20d9c37 /xstd.c
parente2892275c699cbcc5427072ac3a59c6c690a8f6b (diff)
downloadmandoc-1d3a7705febdbaf10ef07e08dc4f3019afbf29ad.tar.gz
mandoc-1d3a7705febdbaf10ef07e08dc4f3019afbf29ad.tar.zst
mandoc-1d3a7705febdbaf10ef07e08dc4f3019afbf29ad.zip
Removed some unnecesary functions.
Diffstat (limited to 'xstd.c')
-rw-r--r--xstd.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/xstd.c b/xstd.c
index 787dd11c..8b2ec4e9 100644
--- a/xstd.c
+++ b/xstd.c
@@ -1,4 +1,4 @@
-/* $Id: xstd.c,v 1.8 2009/03/08 11:41:22 kristaps Exp $ */
+/* $Id: xstd.c,v 1.9 2009/03/08 19:47:41 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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)
{