summaryrefslogtreecommitdiffstats
path: root/Misc/coverity_model.c
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-07-23 00:01:33 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-07-23 00:01:33 (GMT)
commit52b9fdfbc2265c996b9848c8c3eae637376afa7c (patch)
treef693f90ea5ee2c46511822830b0aced03790bb84 /Misc/coverity_model.c
parentb911cfdd21220834204affec98b7f7688b5bace1 (diff)
downloadcpython-52b9fdfbc2265c996b9848c8c3eae637376afa7c.zip
cpython-52b9fdfbc2265c996b9848c8c3eae637376afa7c.tar.gz
cpython-52b9fdfbc2265c996b9848c8c3eae637376afa7c.tar.bz2
Remove duplicate entry for sdigit.
I fixed it before the checkin but forgot to save... :wq
Diffstat (limited to 'Misc/coverity_model.c')
-rw-r--r--Misc/coverity_model.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/Misc/coverity_model.c b/Misc/coverity_model.c
index 7e04c59..288b630 100644
--- a/Misc/coverity_model.c
+++ b/Misc/coverity_model.c
@@ -14,24 +14,19 @@
* 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 */