diff options
Diffstat (limited to 'qmake/examples/precompile/util.cpp')
-rw-r--r-- | qmake/examples/precompile/util.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/qmake/examples/precompile/util.cpp b/qmake/examples/precompile/util.cpp deleted file mode 100644 index 6a1545255..000000000 --- a/qmake/examples/precompile/util.cpp +++ /dev/null @@ -1,7 +0,0 @@ -void util_function_does_nothing() -{ - // Nothing here... - int x = 0; - ++x; -} - |