summaryrefslogtreecommitdiff
path: root/src/common/lock.h
diff options
context:
space:
mode:
authormomacabu <momacabu@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-11-10 05:43:56 +0000
committermomacabu <momacabu@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-11-10 05:43:56 +0000
commit825ea5615d1c8bc4284f3689c6370c991d5335d2 (patch)
treeed79992bf5334d8bc9514cfb1e9231a4201d32b7 /src/common/lock.h
parent6557fcf9fa5d484b2d3c9ce24acd52d565c5c4a8 (diff)
downloadhercules-825ea5615d1c8bc4284f3689c6370c991d5335d2.tar.gz
hercules-825ea5615d1c8bc4284f3689c6370c991d5335d2.tar.bz2
hercules-825ea5615d1c8bc4284f3689c6370c991d5335d2.tar.xz
hercules-825ea5615d1c8bc4284f3689c6370c991d5335d2.zip
Removed lock files since it is no longer being used (bugreport:6767).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16898 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/lock.h')
-rw-r--r--src/common/lock.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/common/lock.h b/src/common/lock.h
deleted file mode 100644
index 537305ccf..000000000
--- a/src/common/lock.h
+++ /dev/null
@@ -1,12 +0,0 @@
-// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
-// For more information, see LICENCE in the main folder
-
-#ifndef _LOCK_H_
-#define _LOCK_H_
-
-#include <stdio.h>
-
-FILE* lock_fopen(const char* filename,int *info);
-int lock_fclose(FILE *fp,const char* filename,int *info);
-
-#endif /* _LOCK_H_ */