Skip to content
Snippets Groups Projects
Commit 5a92d059 authored by Sean McBride's avatar Sean McBride
Browse files

Removed unused typedef

Fixes gcc -Wunused-local-typedefs warning, which is
part of -Wall in gcc 4.8.

Change-Id: I644d57eaa43e6321497ac0948aad6a033dca4b94
parent 1fb862c6
Loading
......@@ -111,7 +111,6 @@
/* This is not ideal, as no explicit iterator has been declared. \
* Cast the void pointer and hope for the best! */ \
typedef VTK_TT vtkDAValueType; \
typedef vtkAbstractArray vtkDAContainerType; \
typedef vtkDAValueType* vtkDAIteratorType; \
vtkDAIteratorType vtkDABegin = \
static_cast<vtkDAIteratorType>(_aa->GetVoidPointer(0)); \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment