summaryrefslogtreecommitdiff
path: root/idlc/source/aststack.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/source/aststack.cxx')
-rw-r--r--idlc/source/aststack.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/source/aststack.cxx b/idlc/source/aststack.cxx
index 1eaddbaabb42..13afe71bd886 100644
--- a/idlc/source/aststack.cxx
+++ b/idlc/source/aststack.cxx
@@ -64,7 +64,7 @@ AstScope* AstStack::nextToTop()
return nullptr;
tmp = top(); // Save top
- (void) pop(); // Pop it
+ pop(); // Pop it
retval = top(); // Get next one down
(void) push(tmp); // Push top back
return retval; // Return next one down