diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-04 19:09:50 +0200 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-04 19:09:50 +0200 |
| commit | 15c6d7ffee04ce477c8e71392f7c71482daabfce (patch) | |
| tree | 533c3c3ad67b320c60e7595aa6a74619a96f9966 /src/Daemon/CrashWatcher.h | |
| parent | 26904c7faff196b91c1ad50574f725cd1a033094 (diff) | |
| download | abrt-15c6d7ffee04ce477c8e71392f7c71482daabfce.tar.gz abrt-15c6d7ffee04ce477c8e71392f7c71482daabfce.tar.xz abrt-15c6d7ffee04ce477c8e71392f7c71482daabfce.zip | |
made some functions static
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Daemon/CrashWatcher.h')
| -rw-r--r-- | src/Daemon/CrashWatcher.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Daemon/CrashWatcher.h b/src/Daemon/CrashWatcher.h index d8fc9aa..66ca71f 100644 --- a/src/Daemon/CrashWatcher.h +++ b/src/Daemon/CrashWatcher.h @@ -104,7 +104,6 @@ class CCrashWatcher /* finds dumps created when daemon wasn't running */ // FIXME: how to catch abrt itself without this? void FindNewDumps(const std::string& pPath); - double GetDirSize(const std::string &pPath); int m_nFd; GIOChannel* m_pGio; |
