summaryrefslogtreecommitdiff
path: root/source3/lib/system.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/system.c')
-rw-r--r--source3/lib/system.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/lib/system.c b/source3/lib/system.c
index f5fbae53ab..3eef8e5034 100644
--- a/source3/lib/system.c
+++ b/source3/lib/system.c
@@ -215,8 +215,6 @@ static int copy_reg(char *source, const char *dest)
{
struct stat source_stats;
int ifd;
- int full_write();
- int safe_read();
int ofd;
char *buf;
int len; /* Number of bytes read into `buf'. */