diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-10 19:13:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-10 19:13:59 +0300 |
commit | a369f1276f7a3f9f10dc6878d883e4cdd14ee132 (patch) | |
tree | b7dfb5f04b7ebe87549b84e413bf8dc5b72ea59d /src/emap/status.h | |
parent | 6a5474b593cd47964e0999f837c1ac63538992b7 (diff) | |
download | evol-hercules-s20160712.tar.gz evol-hercules-s20160712.tar.bz2 evol-hercules-s20160712.tar.xz evol-hercules-s20160712.zip |
Remove hooking from function status_readdb_scconfig. Now it went to hercules.s20160717s20160713s20160712
Diffstat (limited to 'src/emap/status.h')
-rw-r--r-- | src/emap/status.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/emap/status.h b/src/emap/status.h index b8d77f5..0f78346 100644 --- a/src/emap/status.h +++ b/src/emap/status.h @@ -44,9 +44,4 @@ int estatus_change_end__post(int retVal, enum sc_type type, int tid, const char* file, int line); -bool estatus_readdb_scconfig_post(bool retVal, - char* fields[], - int columns, - int current); - #endif // EVOL_MAP_STATUS |