Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1466)

Unified Diff: native_client_sdk/src/libraries/nacl_io/kernel_intercept.h

Issue 2554863002: Cleanup remaining class/struct fwd declarations (Closed)
Patch Set: Style fixes Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/src/libraries/nacl_io/kernel_intercept.h
diff --git a/native_client_sdk/src/libraries/nacl_io/kernel_intercept.h b/native_client_sdk/src/libraries/nacl_io/kernel_intercept.h
index 8a4e5056548b6584aba87c357735904b409fe646..161b176205c0260af35b43fc09407154479d5d60 100644
--- a/native_client_sdk/src/libraries/nacl_io/kernel_intercept.h
+++ b/native_client_sdk/src/libraries/nacl_io/kernel_intercept.h
@@ -28,8 +28,6 @@ class KernelProxy;
}
#endif
-struct fuse_operations;
-
/*
* The kernel intercept module provides a C->C++ thunk between the libc
* kernel calls and the KernelProxy singleton.

Powered by Google App Engine
This is Rietveld 408576698