Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Hughes <khughes@pacific.edu>2006-03-19 23:45:50 +0300
committerKen Hughes <khughes@pacific.edu>2006-03-19 23:45:50 +0300
commit4fcd19013bc616d3955c7e5e40374d315e38ff42 (patch)
treef85a666104f40a3ae7db12a6a9dd481f2793c153 /source/blender/python/api2_2x/Sys.c
parentee5d54c0fa3445484698a104473d4a1b2b5cc1de (diff)
Fix various gcc warnings.
Diffstat (limited to 'source/blender/python/api2_2x/Sys.c')
-rw-r--r--source/blender/python/api2_2x/Sys.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/Sys.c b/source/blender/python/api2_2x/Sys.c
index c684a179039..eb5b512323e 100644
--- a/source/blender/python/api2_2x/Sys.c
+++ b/source/blender/python/api2_2x/Sys.c
@@ -386,7 +386,6 @@ static PyObject *M_sys_sleep( PyObject * self, PyObject * args )
static PyObject *M_sys_exists( PyObject * self, PyObject * args )
{
- struct stat st;
char *fname = NULL;
int mode = 0, i = -1;