Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
0374771c
Commit
0374771c
authored
Mar 04, 1995
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove some unused local variables
parent
23f43d1b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
Mac/Modules/macspeechmodule.c
Mac/Modules/macspeechmodule.c
+0
-5
No files found.
Mac/Modules/macspeechmodule.c
View file @
0374771c
...
...
@@ -419,7 +419,6 @@ ms_Busy(self, args)
object
*
self
;
/* Not used */
object
*
args
;
{
OSErr
err
;
short
result
;
if
(
!
getnoarg
(
args
))
...
...
@@ -438,7 +437,6 @@ ms_SpeakString(self, args)
object
*
args
;
{
OSErr
err
;
short
result
;
char
*
str
;
int
len
;
...
...
@@ -473,7 +471,6 @@ ms_CountVoices(self, args)
object
*
self
;
/* Not used */
object
*
args
;
{
OSErr
err
;
short
result
;
if
(
!
getnoarg
(
args
))
...
...
@@ -489,7 +486,6 @@ ms_GetIndVoice(self, args)
object
*
self
;
/* Not used */
object
*
args
;
{
OSErr
err
;
mvobject
*
rv
;
long
ind
;
...
...
@@ -511,7 +507,6 @@ ms_Version(self, args)
object
*
self
;
/* Not used */
object
*
args
;
{
OSErr
err
;
NumVersion
v
;
if
(
!
getnoarg
(
args
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment