projects
/
linux-3.10.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
perf tools: Get rid of redundant _FILE_OFFSET_BITS definition
[linux-3.10.git]
/
tools
/
perf
/
util
/
util.h
diff --git
a/tools/perf/util/util.h
b/tools/perf/util/util.h
index
6a0781c
..
a45710b
100644
(file)
--- a/
tools/perf/util/util.h
+++ b/
tools/perf/util/util.h
@@
-1,8
+1,6
@@
#ifndef GIT_COMPAT_UTIL_H
#define GIT_COMPAT_UTIL_H
-#define _FILE_OFFSET_BITS 64
-
#ifndef FLEX_ARRAY
/*
* See if our compiler is known to support flexible array members.