diff options
-rw-r--r-- | lib/rpmlock.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/rpmlock.c b/lib/rpmlock.c index 23a959197..c14dc553e 100644 --- a/lib/rpmlock.c +++ b/lib/rpmlock.c @@ -17,9 +17,6 @@ static const char * rpmlock_path_default = "%{?_rpmlock_path}"; /*@unchecked@*/ static const char * rpmlock_path = NULL; -/*@observer@*/ /*@unchecked@*/ -static const char * _rpmlock_file = RPMLOCK_FILE; - enum { RPMLOCK_READ = 1 << 0, RPMLOCK_WRITE = 1 << 1, |