diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-01-15 20:09:50 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-01-15 20:09:50 +0200 |
commit | 0edba9c48374579777c298b11cc351c4c1634dc7 (patch) | |
tree | 2ebb371bb199a5d902c6857fad2ba53d28091c4f /extension/inplace.c | |
parent | 08e502f6f13b8fb41d2ea169f59335b399695deb (diff) | |
download | egawk-0edba9c48374579777c298b11cc351c4c1634dc7.tar.gz egawk-0edba9c48374579777c298b11cc351c4c1634dc7.tar.bz2 egawk-0edba9c48374579777c298b11cc351c4c1634dc7.zip |
Remove an unused variable.
Diffstat (limited to 'extension/inplace.c')
-rw-r--r-- | extension/inplace.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extension/inplace.c b/extension/inplace.c index 31f21b60..e2183c1f 100644 --- a/extension/inplace.c +++ b/extension/inplace.c @@ -95,7 +95,6 @@ do_inplace_begin(int nargs, awk_value_t *result) { awk_value_t filename; struct stat sbuf; - char *p; int fd; assert(result != NULL); |