aboutsummaryrefslogtreecommitdiffhomepage
path: root/env_universal_common.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-11-10 00:06:25 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-11-10 00:06:43 -0800
commit38caa0d988c58a8acfee48ec157bd09fb62a4882 (patch)
tree9bfc80b0d9d35ccec3f513e912d49b0e897b138a /env_universal_common.h
parent7c2a420e88e5c9375944b3b1c9d90af1c7daeb98 (diff)
Replace some std::string with wcstring to reduce copying
Diffstat (limited to 'env_universal_common.h')
-rw-r--r--env_universal_common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/env_universal_common.h b/env_universal_common.h
index 207e4dba..16c06459 100644
--- a/env_universal_common.h
+++ b/env_universal_common.h
@@ -171,10 +171,6 @@ public:
virtual bool notification_fd_became_readable(int fd);
};
-std::string get_machine_identifier();
-bool get_hostname_identifier(std::string *result);
-
-
bool universal_log_enabled();
#define UNIVERSAL_LOG(x) if (universal_log_enabled()) fprintf(stderr, "UNIVERSAL LOG: %s\n", x)