Skip to content

Commit

Permalink
Hard-tock ignitionVersion
Browse files Browse the repository at this point in the history
Signed-off-by: methylDragon <[email protected]>
  • Loading branch information
methylDragon committed Jun 10, 2022
1 parent c2db6d1 commit 59add50
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions Migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
* **Replacement**: `gz` namespace
* **Deprecation**: `ignition/...` headers
* **Replacement**: `gz/...` headers
* **Deprecation**: `ignitionVersion`
* **Replacement**: `gzVersion()`
* The following `ign_` prefixed macros are deprecated and will be removed in future versions.
Additionally, they will only be available when including the corresponding `ignition/...` header.
Use the `gz_` prefix instead.
Expand Down
5 changes: 0 additions & 5 deletions src/ign.cc
Original file line number Diff line number Diff line change
Expand Up @@ -290,11 +290,6 @@ extern "C" GZ_FUEL_TOOLS_VISIBLE char *gzVersion()
return strdup(GZ_FUEL_TOOLS_VERSION_FULL);
}

extern "C" GZ_FUEL_TOOLS_VISIBLE char *ignitionVersion()
{
return gzVersion();
}

//////////////////////////////////////////////////
extern "C" GZ_FUEL_TOOLS_VISIBLE int listModels(const char *_url,
const char *_owner, const char *_raw, const char *_configFile)
Expand Down
1 change: 0 additions & 1 deletion src/ign.hh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
/// \brief External hook to read the library version.
/// \return C-string representing the version. Ex.: 0.1.2
extern "C" GZ_FUEL_TOOLS_VISIBLE char *gzVersion();
extern "C" GZ_FUEL_TOOLS_VISIBLE char GZ_DEPRECATED(8) *ignitionVersion();

/// \brief Set verbosity level
/// \param[in] _verbosity 0 to 4
Expand Down

0 comments on commit 59add50

Please sign in to comment.