Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152631418
D56296.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
651 B
Referenced Files
None
Subscribers
None
D56296.diff
View Options
diff --git a/sys/dev/hwpmc/hwpmc_mod.c b/sys/dev/hwpmc/hwpmc_mod.c
--- a/sys/dev/hwpmc/hwpmc_mod.c
+++ b/sys/dev/hwpmc/hwpmc_mod.c
@@ -198,7 +198,6 @@
static int pmc_debugflags_parse(char *newstr, char *fence);
#endif
-static bool pmc_is_multipart(struct pmc_sample *ps);
static void pmc_multipart_add(struct pmc_sample *ps, int type,
int length);
static void pmc_multipart_copydata(struct pmc_sample *ps,
@@ -4636,12 +4635,6 @@
return;
}
-static bool
-pmc_is_multipart(struct pmc_sample *ps)
-{
- return ((ps->ps_flags & PMC_CC_F_MULTIPART) != 0);
-}
-
static void
pmc_multipart_add(struct pmc_sample *ps, int type, int length)
{
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 17, 3:33 AM (11 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31113027
Default Alt Text
D56296.diff (651 B)
Attached To
Mode
D56296: hwpmc: Fix compile warning
Attached
Detach File
Event Timeline
Log In to Comment