diff options
author | Richard Jones <rjones@redhat.com> | 2010-09-10 22:55:32 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-09-10 22:57:52 +0100 |
commit | 513363290ef146c8cc54ba80087ae8dd66a40ab9 (patch) | |
tree | 21d868cb8ff0e0aee03e85b4a1da1e87b1cd22fe /fish/copy.c | |
parent | 21aac863e29eca5552c4ae1645306e966f11c1d8 (diff) | |
download | libguestfs-513363290ef146c8cc54ba80087ae8dd66a40ab9.tar.gz libguestfs-513363290ef146c8cc54ba80087ae8dd66a40ab9.tar.xz libguestfs-513363290ef146c8cc54ba80087ae8dd66a40ab9.zip |
syntax: Remove unused assert.h header.
Diffstat (limited to 'fish/copy.c')
-rw-r--r-- | fish/copy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fish/copy.c b/fish/copy.c index 5a451a5b..a7274f35 100644 --- a/fish/copy.c +++ b/fish/copy.c @@ -22,7 +22,6 @@ #include <stdlib.h> #include <string.h> #include <unistd.h> -#include <assert.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/wait.h> |