Drop redundant void parameters from function declarations
[folly.git] / folly / experimental / exception_tracer / ExceptionTracer.cpp
index bae1c8753a44b05acf7e9e284c2321d3ba6b0a42..329535403623c94595f04680f3263bbfe30c1512 100644 (file)
@@ -36,7 +36,7 @@ using namespace __cxxabiv1;
 
 extern "C" {
 StackTraceStack* getExceptionStackTraceStack(void) __attribute__((__weak__));
-typedef StackTraceStack* (*GetExceptionStackTraceStackType)(void);
+typedef StackTraceStack* (*GetExceptionStackTraceStackType)();
 GetExceptionStackTraceStackType getExceptionStackTraceStackFn;
 }