]> granicus.if.org Git - python/commitdiff
Remove duplicate entry for sdigit.
authorChristian Heimes <christian@cheimes.de>
Tue, 23 Jul 2013 00:01:33 +0000 (02:01 +0200)
committerChristian Heimes <christian@cheimes.de>
Tue, 23 Jul 2013 00:01:33 +0000 (02:01 +0200)
I fixed it before the checkin but forgot to save... :wq

Misc/coverity_model.c

index 7e04c5942506402a1d003796b96967bc85dce17d..288b6302474749a6eddee37c86283c0c8b8aa507 100644 (file)
  * Coverity Scan doesn't pick up modifications automatically. The model file
  * must be uploaded by an admin in the analysis settings of
  * http://scan.coverity.com/projects/200
- *
  */
 
-
 /* dummy definitions, in most cases struct fields aren't required. */
 
 #define NULL (void *)0
-
 typedef int sdigit;
 typedef long Py_ssize_t;
 typedef unsigned short wchar_t;
 typedef struct {} PyObject;
 typedef struct {} grammar;
-typedef int sdigit;
 typedef struct {} DIR;
 typedef struct {} RFILE;
 
-
 /* Python/pythonrun.c
  * resourece leak false positive */